8000 Bump versions [skip ci] · OlliMartin/rushstack@061bc35 · GitHub
[go: up one dir, main page]

Skip to content

Commit 061bc35

Browse files
committed
Bump versions [skip ci]
1 parent db78d98 commit 061bc35

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

libraries/module-minifier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/module-minifier",
3-
"version": "0.6.36",
3+
"version": "0.7.0",
44
"description": "Wrapper for terser to support bulk parallel minification.",
55
"main": "lib/index.js",
66
"typings": "dist/module-minifier.d.ts",

libraries/worker-pool/package.json

Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/worker-pool",
3-
"version": "0.4.81",
3+
"version": "0.5.0",
44
"description": "Lightweight worker pool using NodeJS worker_threads",
55
"main": "lib/index.js",
66
"typings": "dist/worker-pool.d.ts",
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/webpack4-module-minifier-plugin",
3-
"version": "0.13.82",
3+
"version": "0.13.83",
44
"description": "This plugin splits minification of webpack compilations into smaller units.",
55
"main": "lib/index.js",
66
"typings": "dist/webpack4-module-minifier-plugin.d.ts",
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rushstack/webpack5-module-minifier-plugin",
3-
"version": "5.5.83",
3+
"version": "5.5.84",
44
"description": "This plugin splits minification of webpack compilations into smaller units.",
55
"main": "lib/index.js",
66
"typings": "dist/webpack5-module-minifier-plugin.d.ts",