Skip to content

Commit 2ee0845

Browse files
chore(main): release 1.0.0 (#2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6af1c15 commit 2ee0845

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2023-05-23)
4+
5+
6+
### Features
7+
8+
* initial version ([6af1c15](https://github.com/voxpelli/validate-conventional-commit/commit/6af1c15ffaeb86a8d8a0cb01d32331bc902bb166))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "validate-conventional-commit",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Smallest simplest conventional commit validator to use with eg Husky",
55
"homepage": "http://github.com/voxpelli/validate-conventional-commit",
66
"repository": {

0 commit comments

Comments
 (0)