diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a4d173..514c9b4 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.21.1](https://github.com/allohamora/cli/compare/1.21.0...1.21.1) (2025-01-30) + +### Bug Fixes + +- add missing \n after imports in eslint.config.mjs ([b26602c](https://github.com/allohamora/cli/commit/b26602ce5d95421fd5c789b25f8715cbade17bc7)) + ## [1.21.0](https://github.com/allohamora/cli/compare/1.20.0...1.21.0) (2025-01-30) ### Features diff --git a/package-lock.json b/package-lock.json index b656f33..04ecb2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@allohamora/cli", - "version": "1.21.0", + "version": "1.21.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@allohamora/cli", - "version": "1.21.0", + "version": "1.21.1", "license": "MIT", "dependencies": { "inquirer": "8.2.4", diff --git a/package.json b/package.json index 5936e84..bec0b02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@allohamora/cli", - "version": "1.21.0", + "version": "1.21.1", "description": "cli to initialize projects and more", "input": "./src/index.ts", "main": "./bin/cli.js",