diff --git a/CHANGELOG.md b/CHANGELOG.md index 737b027..f32d9aa 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.14.1](https://github.com/allohamora/cli/compare/1.14.0...1.14.1) (2024-03-23) + +### Bug Fixes + +- fix DockerFile typo ([ca7c4e3](https://github.com/allohamora/cli/commit/ca7c4e33911764ca8115cc5b9e7d3bd309bde33c)) + ## [1.14.0](https://github.com/allohamora/cli/compare/1.12.0...1.14.0) (2024-03-16) ### Features diff --git a/package-lock.json b/package-lock.json index 9edc650..d200ebc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@allohamora/cli", - "version": "1.14.0", + "version": "1.14.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@allohamora/cli", - "version": "1.14.0", + "version": "1.14.1", "license": "MIT", "dependencies": { "inquirer": "^8.2.4", diff --git a/package.json b/package.json index 9a0ca7b..a630bd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@allohamora/cli", - "version": "1.14.0", + "version": "1.14.1", "description": "cli to initialize projects and more", "input": "./src/index.ts", "main": "./bin/cli.js",