Skip to content

Commit 07a24c9

Browse files
committed
terser 5.43.1
1 parent 875d507 commit 07a24c9

File tree

6 files changed

+933
-523
lines changed

6 files changed

+933
-523
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,15 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
include:
19-
- { ruby: '3.0', c-o-e: false }
20-
- { ruby: 3.1, c-o-e: false }
2119
- { ruby: 3.2, c-o-e: false }
2220
- { ruby: 3.3, c-o-e: false }
23-
- { ruby: jruby-9.4.9.0, c-o-e: false }
21+
- { ruby: 3.4, c-o-e: false }
22+
- { ruby: jruby-10.0.0.1, c-o-e: false }
2423
- { ruby: ruby-head, c-o-e: true }
2524
- { ruby: jruby-head, c-o-e: true }
2625
- { ruby: truffleruby, c-o-e: true }
2726
- { ruby: truffleruby-head, c-o-e: true }
28-
- { ruby: 3.3, gemfile: ./gemfiles/miniracer, c-o-e: false }
27+
- { ruby: 3.4, gemfile: ./gemfiles/miniracer, c-o-e: false }
2928
steps:
3029
- uses: actions/checkout@v3
3130
- name: Set up Ruby

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Behavioural changes in TerserJS are listed [here](https://github.com/terser/terser/blob/master/CHANGELOG.md).
22

33
## Unreleased
4+
## 1.2.6 (19 June 2025)
5+
- update TerserJS to [5.43.1]
6+
47
## 1.2.5 (20 January 2025)
58
- update TerserJS to [5.37.0]
69

0 commit comments

Comments
 (0)