Skip to content

Commit 21a3640

Browse files
committed
ci: release v1.3.0
1 parent 8f78f4c commit 21a3640

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11

22

3+
## [1.3.0](https://github.com/b12k/branch-name-lint/compare/1.1.0...1.3.0) (2025-04-16)
4+
5+
6+
### Features
7+
8+
* better resolve of branch names ([#21](https://github.com/b12k/branch-name-lint/issues/21)) ([8a840be](https://github.com/b12k/branch-name-lint/commit/8a840bee8da8ba1c9d09b085d059222331877f02))
9+
10+
11+
### Bug Fixes
12+
13+
* minor fix ([8f78f4c](https://github.com/b12k/branch-name-lint/commit/8f78f4cffac25acc3f8f6c843073b11abc51179d))
14+
315
## [1.1.0](https://github.com/b12k/branch-name-lint/compare/1.0.3...1.1.0) (2023-06-28)
416

517

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.2.0",
3+
"version": "1.3.0",
44
"description": "Flexible git branch name linter with some extra validating features",
55
"main": "bin/index.js",
66
"bin": {

0 commit comments

Comments
 (0)