From c519b0992fea0801a440350f9ea3774032eb34f8 Mon Sep 17 00:00:00 2001 From: allohamora Date: Sat, 30 Mar 2024 12:09:22 +0200 Subject: [PATCH] chore(release): 1.18.1 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 873e772..2ba77da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index a937f1a..3311d64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@allohamora/cli", - "version": "1.18.0", + "version": "1.18.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@allohamora/cli", - "version": "1.18.0", + "version": "1.18.1", "license": "MIT", "dependencies": { "inquirer": "^8.2.4", diff --git a/package.json b/package.json index c3aca6e..3e7f7c5 100644 --- a/package.json +++ b/package.json @@ -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",