Skip to content

Commit 001bfe6

Browse files
committed
ci: release v1.0.2
1 parent ae36797 commit 001bfe6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [1.0.2](https://github.com/b12k/branch-name-lint/compare/1.0.1...1.0.2) (2022-01-21)
2+
3+
4+
### Bug Fixes
5+
6+
* lib name in error message ([ae36797](https://github.com/b12k/branch-name-lint/commit/ae36797248f682d52c61981dd23f3ac25e7d14cc))
7+
18
### [1.0.1](https://github.com/b12k/branch-name-lint/compare/1.0.0...1.0.1) (2022-01-14)
29

310
## 1.0.0 (2022-01-13)

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
@@ -1,6 +1,6 @@
11
{
22
"name": "@b12k/branch-name-lint",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Flexible git branch name linter with some extra validating features",
55
"main": "bin/index.js",
66
"bin": {

0 commit comments

Comments
 (0)