Skip to content

Commit 67f02a5

Browse files
chore(release): 5.3.14
1 parent 1357994 commit 67f02a5

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [5.3.14](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.13...v5.3.14) (2025-03-06)
6+
7+
8+
### Bug Fixes
9+
10+
* types ([#622](https://github.com/webpack-contrib/terser-webpack-plugin/issues/622)) ([84bb19b](https://github.com/webpack-contrib/terser-webpack-plugin/commit/84bb19bcfd043d0923915abec45211e5e5662d47))
11+
* use `os.availableParallelism()` for parallelism when it is available ([#623](https://github.com/webpack-contrib/terser-webpack-plugin/issues/623)) ([1357994](https://github.com/webpack-contrib/terser-webpack-plugin/commit/1357994b1c4bdcbed4c463fbb1f6f14855a68ac5))
12+
513
### [5.3.13](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.12...v5.3.13) (2025-03-05)
614

715

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terser-webpack-plugin",
3-
"version": "5.3.13",
3+
"version": "5.3.14",
44
"description": "Terser plugin for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/terser-webpack-plugin",

0 commit comments

Comments
 (0)