Skip to content

Commit 9a714a3

Browse files
committed
chore(release): publish
- @node-rs/[email protected]
1 parent f029fc1 commit 9a714a3

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

packages/deno-lint/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.1](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:** remove debug print ([9be8e9a](https://github.com/napi-rs/node-rs/commit/9be8e9aa2bc0b594e072df0141ab95791ef53553))
11+
12+
### Features
13+
14+
- **deno-lint:** respect .denolintignore file ([5e2f12a](https://github.com/napi-rs/node-rs/commit/5e2f12af23bdb79beefc187d025d6d57041599f1))
15+
616
# [0.4.0](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2020-08-31)
717

818
### Features

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.0",
3+
"version": "0.4.1",
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.0",
3+
"version": "0.4.1",
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.0",
3+
"version": "0.4.1",
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.0",
3+
"version": "0.4.1",
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.0",
3+
"version": "0.4.1",
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)