Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2024-04-18)

### Bug Fixes

* minimal release misconfigurations ([1830dd4](1830dd4))
* usage options from yargs ([aacdd23](aacdd23))
  • Loading branch information
semantic-release-bot committed Apr 18, 2024
1 parent aacdd23 commit b84d02c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.1](https://github.com/hotaydev/git-hook-creator/compare/v1.0.0...v1.0.1) (2024-04-18)


### Bug Fixes

* minimal release misconfigurations ([1830dd4](https://github.com/hotaydev/git-hook-creator/commit/1830dd4e165c54036bfd9cb836c6a777bd24c0a5))
* usage options from yargs ([aacdd23](https://github.com/hotaydev/git-hook-creator/commit/aacdd23f80b3bbf7c9a8856f11e2a970731a9193))

# 1.0.0 (2024-04-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-hook-creator",
"version": "1.0.0",
"version": "1.0.1",
"description": "Git hook creator",
"license": "MIT",
"homepage": "https://hotaydev/git-hook-creator",
Expand Down

0 comments on commit b84d02c

Please sign in to comment.