Skip to content

Commit 467c2cf

Browse files
chore(main): release 1.0.6
1 parent 645ebdf commit 467c2cf

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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 @voxpelli/eslint-config to v23 ([#29](https://github.com/voxpelli/validate-conventional-commit/issues/29)) ([645ebdf](https://github.com/voxpelli/validate-conventional-commit/commit/645ebdf0406dad25402e1bf04623cf43ebf84eb1))
9+
* **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))
10+
311
## [1.0.5](https://github.com/voxpelli/validate-conventional-commit/compare/v1.0.4...v1.0.5) (2025-01-04)
412

513

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": "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": {

0 commit comments

Comments
 (0)