Skip to content

Commit

Permalink
Merge pull request #15 from ahorek/561
Browse files Browse the repository at this point in the history
terser 5.6.1
  • Loading branch information
ahorek authored Mar 23, 2021
2 parents cbb9ae8 + e9ff630 commit e4e2de8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- { ruby: 2.3, c-o-e: false }
- { ruby: 2.5, c-o-e: false }
- { ruby: 2.7, c-o-e: false }
- { ruby: jruby-9.2.13.0, c-o-e: false }
- { ruby: 3.0, c-o-e: false }
- { ruby: jruby-9.2.16.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
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Unreleased

## 1.1.3 (23 March 2021)
- update TerserJS to [5.6.1]

## 1.1.2 (03 March 2021)
- update TerserJS to [5.6.0]

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
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

class Terser
# Current version of Terser.
VERSION = "1.1.2"
VERSION = "1.1.3"
end

0 comments on commit e4e2de8

Please sign in to comment.