Skip to content

Commit

Permalink
Merge pull request #44 from ahorek/terser5190
Browse files Browse the repository at this point in the history
update terser to 5.19.0
  • Loading branch information
ahorek committed Jul 14, 2023
2 parents 1e0293e + 9e100eb commit 7b66be5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- { ruby: '3.0', c-o-e: false }
- { ruby: 3.1, c-o-e: false }
- { ruby: 3.2, c-o-e: false }
- { ruby: jruby-9.4.2.0, c-o-e: false }
- { ruby: jruby-9.4.3.0, c-o-e: false }
- { ruby: ruby-head, c-o-e: true }
- { ruby: jruby-head, c-o-e: true }
- { ruby: truffleruby, c-o-e: true }
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,7 @@
## Unreleased
## 1.1.17 (14 July 2023)
- update TerserJS to [5.19.0]

## 1.1.16 (01 June 2023)
- update TerserJS to [5.17.7]

Expand Down
2 changes: 1 addition & 1 deletion lib/terser.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/terser/version.rb
Expand Up @@ -2,5 +2,5 @@

class Terser
# Current version of Terser.
VERSION = "1.1.16"
VERSION = "1.1.17"
end

0 comments on commit 7b66be5

Please sign in to comment.