diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d341a2..9a4d173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.0](https://github.com/allohamora/cli/compare/1.20.0...1.21.0) (2025-01-30) + +### Features + +- add prettier format for eslint config ([d9b8176](https://github.com/allohamora/cli/commit/d9b8176c77c00324ef6b0d8daa25e8c10aae927d)) +- move ignores to separate config ([cfc0a2f](https://github.com/allohamora/cli/commit/cfc0a2f264534dd39925f7632a6a3f987c483f93)) + ## [1.20.0](https://github.com/allohamora/cli/compare/1.19.0...1.20.0) (2024-09-22) ### Features diff --git a/package-lock.json b/package-lock.json index 3945d83..b656f33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@allohamora/cli", - "version": "1.20.0", + "version": "1.21.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@allohamora/cli", - "version": "1.20.0", + "version": "1.21.0", "license": "MIT", "dependencies": { "inquirer": "8.2.4", diff --git a/package.json b/package.json index 1a5babe..5936e84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@allohamora/cli", - "version": "1.20.0", + "version": "1.21.0", "description": "cli to initialize projects and more", "input": "./src/index.ts", "main": "./bin/cli.js",