From 73478cb631e24ff2435d072d52a4dddfc4e4f102 Mon Sep 17 00:00:00 2001 From: allohamora Date: Thu, 30 Jan 2025 20:26:41 +0200 Subject: [PATCH] chore(release): 1.23.0 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4989cb..77c5b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.23.0](https://github.com/allohamora/cli/compare/1.21.0...1.23.0) (2025-01-30) + ## [1.22.0](https://github.com/allohamora/cli/compare/1.20.0...1.22.0) (2025-01-30) ## [1.21.0](https://github.com/allohamora/cli/compare/1.20.0...1.21.0) (2025-01-30) diff --git a/package-lock.json b/package-lock.json index 0d4b949..c654977 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@allohamora/cli", - "version": "1.22.0", + "version": "1.23.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@allohamora/cli", - "version": "1.22.0", + "version": "1.23.0", "license": "MIT", "dependencies": { "inquirer": "8.2.4", diff --git a/package.json b/package.json index 6eaa1a2..2d080ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@allohamora/cli", - "version": "1.22.0", + "version": "1.23.0", "description": "cli to initialize projects and more", "input": "./src/index.ts", "main": "./bin/cli.js",