Skip to content

Commit cd04bf6

Browse files
committed
chore: release 0.1.13
1 parent 59cd2b0 commit cd04bf6

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

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": "@rslint/darwin-arm64",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"license": "MIT",
55
"description": "binary for rslint",
66
"homepage": "https://rslint.rs",

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": "@rslint/darwin-x64",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"license": "MIT",
55
"description": "binary for rslint",
66
"bugs": "https://github.com/web-infra-dev/rslint/issues",

npm/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rslint/linux-arm64",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"license": "MIT",
55
"description": "binary for rslint",
66
"bugs": "https://github.com/web-infra-dev/rslint/issues",

npm/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rslint/linux-x64",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"license": "MIT",
55
"description": "binary for rslint",
66
"bugs": "https://github.com/web-infra-dev/rslint/issues",

npm/win32-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rslint/win32-arm64",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"license": "MIT",
55
"description": "binary for rslint",
66
"bugs": "https://github.com/web-infra-dev/rslint/issues",

npm/win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rslint/win32-x64",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"license": "MIT",
55
"description": "binary for rslint",
66
"bugs": "https://github.com/web-infra-dev/rslint/issues",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rslint-monorepo",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"private": true,
55
"description": "Rslint Monorepo",
66
"homepage": "https://github.com/web-infra-dev/rslint#readme",

packages/rslint-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rslint/api",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "Rslint AST library",
55
"main": "dist/index.mjs",
66
"types": "dist/index.d.ts",

packages/rslint-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": "@rslint/test-tools",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"type": "module",
55
"main": "src/index.ts",
66
"private": true,

packages/rslint-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rslint/wasm",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "rslint wasm package",
55
"main": "dist/index.mjs",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)