Skip to content

Commit 1c8d345

Browse files
committed
chore(release): publish
- @node-rs/[email protected]
1 parent 277715b commit 1c8d345

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed

Diff for: packages/deno-lint/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 0.1.0 (2020-08-18)
7+
8+
### Bug Fixes
9+
10+
- **deno-lint:** publish script ([a2d789f](https://github.com/napi-rs/node-rs/commit/a2d789fdb649fdf88385da229b99365d7d007b78))
11+
12+
### Features
13+
14+
- **deno-lint:** implment webpack loader and cli ([59454e2](https://github.com/napi-rs/node-rs/commit/59454e24f352a3333197fe5b20f90db753845a8b))
15+
- respect .eslintignore and .gitignore file ([9e1c24a](https://github.com/napi-rs/node-rs/commit/9e1c24a9cc0a9cd53f732c72fd48510db5000b43))
16+
- start deno lint ([025abfb](https://github.com/napi-rs/node-rs/commit/025abfb754dc56ff0f27c2af6370c4f529b5ccb6))

Diff for: packages/deno-lint/npm/darwin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/deno-lint-darwin",
3-
"version": "0.0.0",
3+
"version": "0.1.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]>",

Diff for: packages/deno-lint/npm/linux/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/deno-lint-linux",
3-
"version": "0.0.0",
3+
"version": "0.1.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]>",

Diff for: packages/deno-lint/npm/musl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/deno-lint-linux-musl",
3-
"version": "0.0.0",
3+
"version": "0.1.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]>",

Diff for: packages/deno-lint/npm/win32/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/deno-lint-win32",
3-
"version": "0.0.0",
3+
"version": "0.1.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]>",

Diff for: packages/deno-lint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/deno-lint",
3-
"version": "0.0.0",
3+
"version": "0.1.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)