Skip to content

Commit b130865

Browse files
author
LongYinan
committed
chore(release): publish
- @node-rs/[email protected]
1 parent 5aff9ab commit b130865

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.5.0](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2020-09-03)
7+
8+
### Features
9+
10+
- **deno-lint:** upgrade deno_lint swc ([5aff9ab](https://github.com/napi-rs/node-rs/commit/5aff9ab0986e5274f60d73148f6bc194112d036a))
11+
612
## [0.4.2](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.2",
3+
"version": "0.5.0",
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.2",
3+
"version": "0.5.0",
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.2",
3+
"version": "0.5.0",
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.2",
3+
"version": "0.5.0",
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.2",
3+
"version": "0.5.0",
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)