Skip to content

Commit 6027a30

Browse files
committed
0.2.0
1 parent 3c6142d commit 6027a30

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## v0.2.1 (2022-06-19)
4+
5+
### Code Refactoring
6+
7+
- use commander ([22a815a](https://github.com/nlibjs/lint-commit/commit/22a815af37400268bb400ee13acc5e8fcd6bcd18))
8+
9+
### Continuous Integration
10+
11+
- add node 18 and delete node 12 ([79a2be2](https://github.com/nlibjs/lint-commit/commit/79a2be2bc6557254552361dd677f688d69f5e845))
12+
13+
### Dependency Upgrades
14+
15+
- add @nlib/changelog ([3c6142d](https://github.com/nlibjs/lint-commit/commit/3c6142d9583e595ea98f3b6dd2cb99e7d45c0b22))
16+
- delete @nlib/typing ([c472ba2](https://github.com/nlibjs/lint-commit/commit/c472ba2a0cb66469cd3c1608ad7c6365df5e3db0))
17+
18+
319
## v0.1.8 (2021-09-09)
420

521
### Code Refactoring

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.1.8",
6+
"version": "0.2.0",
77
"license": "Apache-2.0",
88
"author": {
99
"name": "Kei Ito",

0 commit comments

Comments
 (0)