Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2024-04-23)

### Bug Fixes

* async use of the scripts ([c8cb8c9](c8cb8c9))
* making hooks executable ([1ff58f1](1ff58f1))
* release tarball name ([853f3ac](853f3ac))

### Features

* showing just scripts that aren't pre/post anything ([05320d8](05320d8))
  • Loading branch information
semantic-release-bot committed Apr 23, 2024
1 parent 05320d8 commit 0f9d4c6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.2.0](https://github.com/hotaydev/git-hook-creator/compare/v1.1.0...v1.2.0) (2024-04-23)


### Bug Fixes

* async use of the scripts ([c8cb8c9](https://github.com/hotaydev/git-hook-creator/commit/c8cb8c92bd9bd9c1face0f6cc3f2fe3f362bef7b))
* making hooks executable ([1ff58f1](https://github.com/hotaydev/git-hook-creator/commit/1ff58f1a7d7cab91091083c5d8d55a49dd702c95))
* release tarball name ([853f3ac](https://github.com/hotaydev/git-hook-creator/commit/853f3aca4141f7d3c7f5e26a7b314639a89ec1f7))


### Features

* showing just scripts that aren't pre/post anything ([05320d8](https://github.com/hotaydev/git-hook-creator/commit/05320d876d3ef99105d46faee28930881b437803))

# [1.1.0](https://github.com/hotaydev/git-hook-creator/compare/v1.0.1...v1.1.0) (2024-04-19)


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.1.0",
"version": "1.2.0",
"description": "Git hook creator",
"license": "MIT",
"homepage": "https://github.com/hotaydev/git-hook-creator",
Expand Down
Binary file added tarball/git-hook-creator.tgz
Binary file not shown.

0 comments on commit 0f9d4c6

Please sign in to comment.