Skip to content

Commit

Permalink
Merge pull request #59 from ahorek/terser5370
Browse files Browse the repository at this point in the history
terser 5.37.0
  • Loading branch information
ahorek authored Jan 20, 2025
2 parents 0329a9d + 09ba59a commit 875d507
Show file tree
Hide file tree
Showing 5 changed files with 376 additions and 70 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- { ruby: 3.1, c-o-e: false }
- { ruby: 3.2, c-o-e: false }
- { ruby: 3.3, c-o-e: false }
- { ruby: jruby-9.4.7.0, c-o-e: false }
- { ruby: jruby-9.4.9.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 All @@ -32,8 +32,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Update rubygems
run: gem update --system
- name: Install dependencies
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile || 'Gemfile' }}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Behavioural changes in TerserJS are listed [here](https://github.com/terser/terser/blob/master/CHANGELOG.md).

## Unreleased
## 1.2.5 (20 January 2025)
- update TerserJS to [5.37.0]

## 1.2.4 (7 October 2024)
- update TerserJS to [5.34.1]

Expand Down
Loading

0 comments on commit 875d507

Please sign in to comment.