Skip to content

Commit

Permalink
chore(release): 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
allohamora committed Mar 30, 2024
1 parent a436c4b commit c519b09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.18.1](https://github.com/allohamora/cli/compare/1.18.0...1.18.1) (2024-03-30)

### Bug Fixes

- add .husky dir creation if it does not exist ([a436c4b](https://github.com/allohamora/cli/commit/a436c4bfacf4f838ab95c88c43413169868a7cef))

## [1.18.0](https://github.com/allohamora/cli/compare/1.17.0...1.18.0) (2024-03-30)

### Features
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": "@allohamora/cli",
"version": "1.18.0",
"version": "1.18.1",
"description": "cli to initialize projects and more",
"input": "./src/index.ts",
"main": "./bin/cli.js",
Expand Down

0 comments on commit c519b09

Please sign in to comment.