Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiosantoscode committed Jul 13, 2022
1 parent c5cb19d commit 0136e8a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v5.14.2

This comment has been minimized.

Copy link
@julienw

julienw Jul 20, 2022

I don't see a tag for this version either actually!
Thanks again


- Security fix for RegExps that should not be evaluated (regexp DDOS)
- Source maps improvements (#1211)
- Performance improvements in long property access evaluation (#1213)

## v5.14.1
- keep_numbers option added to TypeScript defs (#1208)
- Fixed parsing of nested template strings (#1204)
Expand Down Expand Up @@ -206,6 +212,13 @@ Hotfix release, fixes package.json "engines" syntax
- Module is now distributed as a dual package - You can `import` and `require()` too.
- Inline improvements were made


-----

## v4.8.1 (backport)

- Security fix for RegExps that should not be evaluated (regexp DDOS)

This comment has been minimized.

Copy link
@julienw

julienw Jul 20, 2022

Hey @fabiosantoscode, I don't see the change for v4.8.1 on github, have you pushed a tag for this version by chance? Thanks!

This comment has been minimized.

Copy link
@julienw

julienw Jul 20, 2022

ah, I found the commit for v4.8.1 in d8cc569

This comment has been minimized.

Copy link
@jamiemccarthy

jamiemccarthy Jul 20, 2022

+1 that the git tag would be appreciated :)


## v4.8.0

- Support for numeric separators (`million = 1_000_000`) was added.
Expand Down

0 comments on commit 0136e8a

Please sign in to comment.