We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e92bc2 commit baea9d9Copy full SHA for baea9d9
packages/terser/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-terser ChangeLog
2
3
+## v0.4.2
4
+
5
+_2023-05-16_
6
7
+### Bugfixes
8
9
+- fix: don't assume code is running in worker created by the worker pool [#1483](https://github.com/rollup/plugins/pull/1483)
10
11
## v0.4.1
12
13
_2023-04-09_
packages/terser/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-terser",
- "version": "0.4.1",
+ "version": "0.4.2",
"publishConfig": {
"access": "public"
},
0 commit comments