diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c1e67..fa75d7c 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.8](https://github.com/haxtheweb/create/compare/v9.0.7...v9.0.8) (2024-10-21) + ## [9.0.7](https://github.com/haxtheweb/create/compare/v9.0.6...v9.0.7) (2024-10-11) ## [9.0.6](https://github.com/haxtheweb/create/compare/v9.0.5...v9.0.6) (2024-08-22) diff --git a/package-lock.json b/package-lock.json index 8acba47..199ce63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@haxtheweb/create", - "version": "9.0.7", + "version": "9.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@haxtheweb/create", - "version": "9.0.7", + "version": "9.0.8", "license": "Apache-2.0", "dependencies": { "@clack/core": "0.3.4", diff --git a/package.json b/package.json index 9f33104..dccf6b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@haxtheweb/create", - "version": "9.0.7", + "version": "9.0.8", "publishConfig": { "access": "public" },