diff --git a/CHANGELOG.md b/CHANGELOG.md index 0613c74..f8eaa87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [9.0.21](https://github.com/haxtheweb/create/compare/v9.0.20...v9.0.21) (2024-12-09) + ## [9.0.20](https://github.com/haxtheweb/create/compare/v9.0.19...v9.0.20) (2024-12-05) ## [9.0.19](https://github.com/haxtheweb/create/compare/v9.0.18...v9.0.19) (2024-12-03) diff --git a/package-lock.json b/package-lock.json index 45af36a..493c7d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@haxtheweb/create", - "version": "9.0.20", + "version": "9.0.21", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@haxtheweb/create", - "version": "9.0.20", + "version": "9.0.21", "license": "Apache-2.0", "dependencies": { "@clack/core": "0.3.4", diff --git a/package.json b/package.json index f1f7412..ba5805b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@haxtheweb/create", - "version": "9.0.20", + "version": "9.0.21", "publishConfig": { "access": "public" },