Skip to content

Commit 9a71cdf

Browse files
chore(main): release 1.0.6
1 parent 645ebdf commit 9a71cdf

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.0.5"}
1+
{".":"1.0.6"}

CHANGELOG.md

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

3+
## [1.0.6](https://github.com/voxpelli/validate-conventional-commit/compare/v1.0.5...v1.0.6) (2025-06-01)
4+
5+
6+
### 🧹 Chores
7+
8+
* **deps:** update dependency eslint to ^9.28.0 ([#28](https://github.com/voxpelli/validate-conventional-commit/issues/28)) ([fe1193e](https://github.com/voxpelli/validate-conventional-commit/commit/fe1193edbb1b0265607de2f4e8ff5f7fa7e2d772))
9+
310
## [1.0.5](https://github.com/voxpelli/validate-conventional-commit/compare/v1.0.4...v1.0.5) (2025-01-04)
411

512

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "validate-conventional-commit",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Smallest simplest conventional commit validator to use with eg Husky",
55
"homepage": "http://github.com/voxpelli/validate-conventional-commit",
66
"repository": {
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@types/node": "^16.18.123",
39-
"@voxpelli/eslint-config": "^23.0.0",
39+
"@voxpelli/eslint-config": "^22.2.0",
4040
"@voxpelli/tsconfig": "^15.1.0",
4141
"eslint": "^9.28.0",
4242
"husky": "^9.1.7",

0 commit comments

Comments
 (0)