Skip to content

Commit 459310f

Browse files
committed
chore(release): publish
- @node-rs/[email protected]
1 parent b1e5502 commit 459310f

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

packages/deno-lint/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.4.2](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2020-08-31)
7+
8+
### Bug Fixes
9+
10+
- **deno-lint:** add tsx: true when path endsWith .tsx ([b1e5502](https://github.com/napi-rs/node-rs/commit/b1e5502851f78469d15e7ad9b0d4deb3c87e2f59))
11+
612
## [0.4.1](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2020-08-31)
713

814
### Bug Fixes

packages/deno-lint/npm/darwin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/deno-lint-darwin",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Deno lint binding for NodeJS",
55
"keywords": ["Deno", "Lint", "ESLint", "node-rs", "napi", "N-API", "Rust", "napi-rs"],
66
"author": "LongYinan <[email protected]>",

packages/deno-lint/npm/linux-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/deno-lint-linux-musl",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Deno lint binding for NodeJS",
55
"keywords": ["Deno", "Lint", "ESLint", "node-rs", "napi", "N-API", "Rust", "napi-rs"],
66
"author": "LongYinan <[email protected]>",

packages/deno-lint/npm/linux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/deno-lint-linux",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Deno lint binding for NodeJS",
55
"keywords": ["Deno", "Lint", "ESLint", "node-rs", "napi", "N-API", "Rust", "napi-rs"],
66
"author": "LongYinan <[email protected]>",

packages/deno-lint/npm/win32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/deno-lint-win32",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Deno lint binding for NodeJS",
55
"keywords": ["Deno", "Lint", "ESLint", "node-rs", "napi", "N-API", "Rust", "napi-rs"],
66
"author": "LongYinan <[email protected]>",

packages/deno-lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/deno-lint",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Deno lint binding for NodeJS",
55
"keywords": ["Deno", "Lint", "ESLint", "node-rs", "napi", "N-API", "Rust", "napi-rs"],
66
"author": "LongYinan <[email protected]>",

0 commit comments

Comments
 (0)