8000 release: 1.3.14 (#10575) · web-infra-dev/rspack@d1d7385 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d1d7385

Browse files
authored
release: 1.3.14 (#10575)
chore: bump 1.3.14
1 parent 336502b commit d1d7385

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

crates/node_binding/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding",
3-
"version": "1.3.13",
3+
"version": "1.3.14",
44
"license": "MIT",
55
"description": "Node binding for rspack",
66
"main": "binding.js",

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-darwin-arm64",
3-
"version": "1.3.13",
3+
"version": "1.3.14",
44
"license": "MIT",
55
"description": "Node binding for rspack",
66
"main": "rspack.darwin-arm64.node",

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-darwin-x64",
3-
"version": "1.3.13",
3+
"version": "1.3.14",
44
"license": "MIT",
55
"description": "Node binding for rspack",
66
"main": "rspack.darwin-x64.node",

npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-linux-x64-gnu",
3-
"version": "1.3.13",
3+
"version": "1.3.14",
44
"license": "MIT",
55
"description": "Node binding for rspack",
66
"main": "rspack.linux-x64-gnu.node",

npm/wasm32-wasi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-wasm32-wasi",
3-
"version": "1.3.13",
3+
"version": "1.3.14",
44
"license": "MIT",
55
"description": "Node binding for rspack",
66
"main": "rspack.wasi.cjs",

npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/binding-win32-x64-msvc",
3-
"version": "1.3.13",
3+
"version": "1.3.14",
44
"license": "MIT",
55
"description": "Node binding for rspack",
66
"main": "rspack.win32-x64-msvc.node",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monorepo",
3-
"version": "1.3.13",
3+
"version": "1.3.14",
44
"license": "MIT",
55
"description": "The fast Rust-based web bundler with webpack-compatible API",
66
"private": true,

packages/create-rspack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-rspack",
3-
"version": "1.3.13",
3+
"version": "1.3.14",
44
"homepage": "https://rspack.rs",
55
"bugs": "https://github.com/web-infra-dev/rspack/issues",
66
"repository": {

packages/rspack-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/cli",
3-
"version": "1.3.13",
3+
"version": "1.3.14",
44
"description": "CLI for rspack",
55
"homepage": "https://rspack.rs",
66
"bugs": "https://github.com/web-infra-dev/rspack/issues",

packages/rspack-test-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rspack/test-tools",
3-
"version": "1.3.13",
3+
"version": "1.3.14",
44
"license": "MIT",
55
"description": "Test tools for rspack",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)
0