Skip to content

Commit 52756ee

Browse files
committed
0.1.5
1 parent 829c383 commit 52756ee

File tree

3 files changed

+23
-12
lines changed

3 files changed

+23
-12
lines changed

CHANGELOG.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,55 @@
11
# Changelog
22

3+
## v0.1.5 (2021-09-04)
4+
5+
### Continuous Integration
6+
7+
- update workflows ([829c383](https://github.com/nlibjs/lint-commit/commit/829c3834d3304929c22d10a24218178bf6c07889))
8+
9+
### Dependency Upgrades
10+
11+
- @types/node:15.14.9→16.7.10 lint-staged:10.5.4→11.1.2 ts-node:9.1.1→10.2.1 ([eafbc69](https://github.com/nlibjs/lint-commit/commit/eafbc69306ecdf4514a3b6b840d4ec0f63efb019))
12+
13+
314
## v0.1.4 (2021-03-27)
415

516
### Dependency Upgrades
617

7-
- @nlib/eslint-config:3.17.16→3.17.21 @nlib/nodetool:0.1.11→0.1.1… (#102) (ce945a2)
18+
- @nlib/eslint-config:3.17.16→3.17.21 @nlib/nodetool:0.1.11→0.1.1… (#102) ([ce945a2](https://github.com/nlibjs/lint-commit/commit/ce945a2fecd0d3146aed3b29c8edd459f8fe2b47))
819

920

1021
## v0.1.3 (2020-10-03)
1122

1223
### Documentation
1324

14-
- align badges (c790ae4)
15-
- add a badge (be489c2)
25+
- align badges ([c790ae4](https://github.com/nlibjs/lint-commit/commit/c790ae4f73ec0408d26ba551d529371b0e5515c1))
26+
- add a badge ([be489c2](https://github.com/nlibjs/lint-commit/commit/be489c238c0110a0ad1fa01a16bfc31c6134bbfc))
1627

1728
### Continuous Integration
1829

19-
- fix cleanup-package-json command (1d060d5)
30+
- fix cleanup-package-json command ([1d060d5](https://github.com/nlibjs/lint-commit/commit/1d060d54fae9315db999acf286678456d71a0700))
2031

2132

2233
## v0.1.2 (2020-10-03)
2334

2435
### Tests
2536

26-
- set timeout (17593a4)
37+
- set timeout ([17593a4](https://github.com/nlibjs/lint-commit/commit/17593a4d3f134e635f05c792593a13578136c1b7))
2738

2839

2940
## v0.1.1 (2020-10-03)
3041

3142
### Features
3243

33-
- output results (979722c)
34-
- initial version (2f98519)
44+
- output results ([979722c](https://github.com/nlibjs/lint-commit/commit/979722c1afba9f941be26c01cd5c2dd4ec0aeae9))
45+
- initial version ([2f98519](https://github.com/nlibjs/lint-commit/commit/2f98519fc05e7344403087e3c3aeb4b906284c95))
3546

3647
### Bug Fixes
3748

38-
- ignore specific patterns (1bc1302)
49+
- ignore specific patterns ([1bc1302](https://github.com/nlibjs/lint-commit/commit/1bc13022c6982fd6ca2b2e29ba51a6d9e9588c68))
3950

4051
### Build System
4152

42-
- setup @nlib/changelog (c5cabed)
53+
- setup @nlib/changelog ([c5cabed](https://github.com/nlibjs/lint-commit/commit/c5cabed4ebf0fc1954622d261b2be2d042e7b05f))
4354

4455

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.4",
6+
"version": "0.1.5",
77
"license": "Apache-2.0",
88
"author": {
99
"name": "Kei Ito",

0 commit comments

Comments
 (0)