Skip to content

Commit c37d3e5

Browse files
authored
chore: release 0.1.6 (#208)
1 parent f4f7999 commit c37d3e5

File tree

12 files changed

+16
-12
lines changed

12 files changed

+16
-12
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.5",
3+
"version": "0.1.6",
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.5",
3+
"version": "0.1.6",
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.5",
3+
"version": "0.1.6",
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.5",
3+
"version": "0.1.6",
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.5",
3+
"version": "0.1.6",
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.5",
3+
"version": "0.1.6",
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.5",
3+
"version": "0.1.6",
44
"private": true,
55
"description": "Rslint Monorepo",
66
"homepage": "https://github.com/web-infra-dev/rslint#readme",

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.5",
3+
"version": "0.1.6",
44
"type": "module",
55
"main": "src/index.ts",
66
"private": true,

packages/rslint/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"name": "@rslint/core",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"exports": {
55
".": "./dist/index.js",
66
"./bin": "./bin/rslint.cjs",
77
"./package.json": "./package.json"
88
},
99
"type": "module",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/web-infra-dev/rslint"
13+
},
1014
"scripts": {
1115
"build:bin": "go build -v -o bin/rslint ../../cmd/rslint",
1216
"build:debug": "GOEXPERIMENT=noregabi go build -v -gcflags='all=-N -l' -o bin/rslint ../../cmd/rslint ",

packages/rule-tester/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-eslint/rule-tester",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"type": "module",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)