Skip to content

Commit cb225f3

Browse files
committed
ci: release v1.0.0
1 parent 577a345 commit cb225f3

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 1.0.0 (2022-01-13)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* initial
7+
8+
### Features
9+
10+
* initial ([577a345](https://github.com/b12k/branch-name-lint/commit/577a345cc78cf1ff63ebd2083f98e410b16eeccf))
11+

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": "0.0.0",
3+
"version": "1.0.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)