From d5bbd473c28c9650e8c9f24c1f9ff9055a9e948b Mon Sep 17 00:00:00 2001 From: Jason Williscroft Date: Sun, 25 Aug 2024 11:02:23 +0800 Subject: [PATCH] chore: release v0.6.8 --- CHANGELOG.md | 23 ++++++++++++++++++----- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 711bd9a..3d3247d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,29 @@ 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.7](https://github.com/karmaniverous/npm-package-template-ts/compare/v2.0.6...v0.6.7) +#### [v0.6.8](https://github.com/karmaniverous/npm-package-template-ts/compare/v2.0.6...v0.6.8) -- typedoc site [`0d673d4`](https://github.com/karmaniverous/npm-package-template-ts/commit/0d673d4f27f18c6ec7104b657b244e15c3535c0c) -- updated dependencies [`d40a21e`](https://github.com/karmaniverous/npm-package-template-ts/commit/d40a21ea3bd44ce0d078eb3fc023fe1893351318) -- chore: release v0.4.1 [`b006090`](https://github.com/karmaniverous/npm-package-template-ts/commit/b006090636f330446ccd3475f80a132ac3376af0) +- typedoc site [`1b72314`](https://github.com/karmaniverous/npm-package-template-ts/commit/1b7231495f944192d9a9029c20afb3b914c7a579) +- updated dependencies [`e8ae168`](https://github.com/karmaniverous/npm-package-template-ts/commit/e8ae168890a2524f2ee910b833e261a202bffeea) +- chore: release v0.4.1 [`1a536c4`](https://github.com/karmaniverous/npm-package-template-ts/commit/1a536c49adfbe23b568391483bc3566fd758b6ca) -### [v2.0.6](https://github.com/karmaniverous/npm-package-template-ts/compare/v0.6.6...v2.0.6) +### [v2.0.6](https://github.com/karmaniverous/npm-package-template-ts/compare/v0.6.7...v2.0.6) > 9 June 2024 +- Feature/GH-16-support-prerelease-from-any-branch [`#17`](https://github.com/karmaniverous/npm-package-template-ts/pull/17) +- [GH-16] added release:pre script [`275825d`](https://github.com/karmaniverous/npm-package-template-ts/commit/275825d747f25af09cb20fda13959032790689c6) +- updated package meta [`b514607`](https://github.com/karmaniverous/npm-package-template-ts/commit/b51460736b0dbdd192cf01e11f271311d80f659c) +- chore: release v2.0.6 [`7e921ec`](https://github.com/karmaniverous/npm-package-template-ts/commit/7e921ec52d99474813a397bdb14d1429d7ee6f76) + +#### [v0.6.7](https://github.com/karmaniverous/npm-package-template-ts/compare/v0.6.6...v0.6.7) + +> 25 August 2024 + +- typedoc site [`0d673d4`](https://github.com/karmaniverous/npm-package-template-ts/commit/0d673d4f27f18c6ec7104b657b244e15c3535c0c) +- updated dependencies [`d40a21e`](https://github.com/karmaniverous/npm-package-template-ts/commit/d40a21ea3bd44ce0d078eb3fc023fe1893351318) +- chore: release v0.4.1 [`b006090`](https://github.com/karmaniverous/npm-package-template-ts/commit/b006090636f330446ccd3475f80a132ac3376af0) + #### [v0.6.6](https://github.com/karmaniverous/npm-package-template-ts/compare/v0.6.5...v0.6.6) > 25 August 2024 diff --git a/package-lock.json b/package-lock.json index eab1768..1f3f245 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@karmaniverous/npm-package-template-ts", - "version": "0.6.7", + "version": "0.6.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@karmaniverous/npm-package-template-ts", - "version": "0.6.7", + "version": "0.6.8", "license": "BSD-3-Clause", "dependencies": { "commander": "^12.1.0" diff --git a/package.json b/package.json index e5b3c8e..9c50c0a 100644 --- a/package.json +++ b/package.json @@ -133,5 +133,5 @@ }, "type": "module", "types": "dist/index.d.ts", - "version": "0.6.7" + "version": "0.6.8" }