Skip to content

Commit 0f56f35

Browse files
committed
docs: rewrite changelog
1 parent 2f85a51 commit 0f56f35

File tree

7 files changed

+804
-966
lines changed

7 files changed

+804
-966
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,31 @@ updates:
1313
- 'npm'
1414
- 'dependencies'
1515
versioning-strategy: increase
16-
16+
1717
- package-ecosystem: 'cargo'
1818
directory: '/packages/bcrypt'
1919
schedule:
2020
interval: 'weekly'
2121
labels:
2222
- 'rust'
2323
- 'dependencies'
24-
24+
2525
- package-ecosystem: 'cargo'
2626
directory: '/packages/crc32'
2727
schedule:
2828
interval: 'weekly'
2929
labels:
3030
- 'rust'
3131
- 'dependencies'
32-
32+
3333
- package-ecosystem: 'cargo'
3434
directory: '/packages/jieba'
3535
schedule:
3636
interval: 'weekly'
3737
labels:
3838
- 'rust'
3939
- 'dependencies'
40-
40+
4141
- package-ecosystem: 'cargo'
4242
directory: '/packages/deno-lint'
4343
schedule:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
"devDependencies": {
2525
"@napi-rs/cli": "^1.1.0",
2626
"@swc-node/register": "^1.3.2",
27-
"@typescript-eslint/eslint-plugin": "^4.28.2",
28-
"@typescript-eslint/parser": "^4.28.2",
27+
"@typescript-eslint/eslint-plugin": "^4.28.3",
28+
"@typescript-eslint/parser": "^4.28.3",
2929
"ava": "^3.15.0",
3030
"benchmark": "^2.1.4",
3131
"codecov": "^3.8.2",
3232
"cross-env": "^7.0.3",
33-
"eslint": "^7.30.0",
33+
"eslint": "^7.31.0",
3434
"eslint-config-prettier": "^8.3.0",
3535
"eslint-plugin-import": "^2.23.4",
3636
"eslint-plugin-prettier": "^3.4.0",
3737
"eslint-plugin-sonarjs": "^0.9.1",
3838
"husky": "^7.0.1",
3939
"lerna": "^4.0.0",
40-
"lint-staged": "^11.0.0",
40+
"lint-staged": "^11.0.1",
4141
"npm-run-all": "^4.1.5",
4242
"nyc": "^15.1.0",
4343
"prettier": "^2.3.2",

packages/bcrypt/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
### Features
99

10-
- **deno-lint:** upgrade to [email protected] ([4ceb9bb](https://github.com/napi-rs/node-rs/commit/4ceb9bb418fd07861b11c249af52e9ef126da574))
10+
- Switch to nightly toolchain, strip symbols ([#463](https://github.com/napi-rs/node-rs/pull/463))
1111

1212
# [1.3.0](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2021-06-08)
1313

packages/crc32/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
### Features
99

10-
- **deno-lint:** upgrade to [email protected] ([4ceb9bb](https://github.com/napi-rs/node-rs/commit/4ceb9bb418fd07861b11c249af52e9ef126da574))
10+
- Support ARM v8 crc32c instructions ([#370](https://github.com/napi-rs/node-rs/issues/370))
11+
- Switch to nightly toolchain, strip symbols ([#463](https://github.com/napi-rs/node-rs/pull/463))
1112

1213
## [1.1.2](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2021-06-08)
1314

packages/deno-lint/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66
## [1.7.1](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2021-07-18)
77

8-
**Note:** Version bump only for package @node-rs/deno-lint
8+
### Features
9+
10+
- Switch to nightly toolchain, strip symbols ([#463](https://github.com/napi-rs/node-rs/pull/463))
911

1012
# [1.7.0](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2021-07-15)
1113

packages/jieba/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
### Features
99

10-
- **deno-lint:** upgrade to [email protected] ([4ceb9bb](https://github.com/napi-rs/node-rs/commit/4ceb9bb418fd07861b11c249af52e9ef126da574))
10+
- Switch to nightly toolchain, strip symbols ([#463](https://github.com/napi-rs/node-rs/pull/463))
1111

1212
# [1.2.0](https://github.com/napi-rs/node-rs/compare/@node-rs/[email protected]...@node-rs/[email protected]) (2021-06-08)
1313

0 commit comments

Comments
 (0)