diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b95c5..1be36c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,25 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v0.6.4](https://github.com/karmaniverous/npm-package-template-ts/compare/v2.0.6...v0.6.4) +#### [v0.6.5](https://github.com/karmaniverous/npm-package-template-ts/compare/v2.0.6...v0.6.5) - [GH-16] reset version [`#18`](https://github.com/karmaniverous/npm-package-template-ts/pull/18) - typedoc site [`bd18a77`](https://github.com/karmaniverous/npm-package-template-ts/commit/bd18a776526c45c861376cce4843620750fd459f) - updated dependencies [`b4da11c`](https://github.com/karmaniverous/npm-package-template-ts/commit/b4da11c8e834d03ed052022599879d1632c8b683) - restored package.json breakage [`28dd47f`](https://github.com/karmaniverous/npm-package-template-ts/commit/28dd47f6788cb49d28f64bd26f17f09246ba59a5) -### [v2.0.6](https://github.com/karmaniverous/npm-package-template-ts/compare/v0.6.3...v2.0.6) +### [v2.0.6](https://github.com/karmaniverous/npm-package-template-ts/compare/v0.6.4...v2.0.6) > 9 June 2024 +#### [v0.6.4](https://github.com/karmaniverous/npm-package-template-ts/compare/v0.6.3...v0.6.4) + +> 25 August 2024 + +- chore: release v0.6.4 [`9e20a8d`](https://github.com/karmaniverous/npm-package-template-ts/commit/9e20a8d493defacc7f133bd986f287a768d792e1) +- added .env.local.template [`db25fdd`](https://github.com/karmaniverous/npm-package-template-ts/commit/db25fddcf4fa408811172e9470a11f9263871a97) +- updated docs [`73668b5`](https://github.com/karmaniverous/npm-package-template-ts/commit/73668b50a9d040061113e05a9745548fb2857f73) + #### [v0.6.3](https://github.com/karmaniverous/npm-package-template-ts/compare/v0.6.2...v0.6.3) > 25 August 2024 diff --git a/package-lock.json b/package-lock.json index 8de3b68..6436a77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@karmaniverous/npm-package-template-ts", - "version": "0.6.4", + "version": "0.6.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@karmaniverous/npm-package-template-ts", - "version": "0.6.4", + "version": "0.6.5", "license": "BSD-3-Clause", "dependencies": { "commander": "^12.1.0" diff --git a/package.json b/package.json index c6beed9..f0de484 100644 --- a/package.json +++ b/package.json @@ -133,5 +133,5 @@ }, "type": "module", "types": "dist/index.d.ts", - "version": "0.6.4" + "version": "0.6.5" }