Skip to content

Commit

Permalink
chore: release v0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
karmaniverous committed Aug 25, 2024
1 parent 615e677 commit 6556fa9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
22 changes: 17 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,32 @@ 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.8](https://github.com/karmaniverous/npm-package-template-ts/compare/v2.0.6...v0.6.8)
#### [v0.6.9](https://github.com/karmaniverous/npm-package-template-ts/compare/v2.0.6...v0.6.9)

- 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.7...v2.0.6)
### [v2.0.6](https://github.com/karmaniverous/npm-package-template-ts/compare/v0.6.8...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)
- [GH-14] added tsdoc support [`#15`](https://github.com/karmaniverous/npm-package-template-ts/pull/15)
- [GH-12] added json import support [`#13`](https://github.com/karmaniverous/npm-package-template-ts/pull/13)
- Feature/gh-6-add-cli-support [`#9`](https://github.com/karmaniverous/npm-package-template-ts/pull/9)
- [GH-4] Added tslog logging [`#5`](https://github.com/karmaniverous/npm-package-template-ts/pull/5)
- updated dependencies [`ca882a3`](https://github.com/karmaniverous/npm-package-template-ts/commit/ca882a3d59eb145a6a58e366ce3e91eff49a3416)
- Added noderesolve & incremental builds [`de7ce79`](https://github.com/karmaniverous/npm-package-template-ts/commit/de7ce7922f698a90b6db222fede70c4be5586ac3)
- updated dependencies [`ceb4894`](https://github.com/karmaniverous/npm-package-template-ts/commit/ceb489482c55cee21edeea6e5701db29dd311635)

#### [v0.6.8](https://github.com/karmaniverous/npm-package-template-ts/compare/v0.6.7...v0.6.8)

> 25 August 2024
- 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)

#### [v0.6.7](https://github.com/karmaniverous/npm-package-template-ts/compare/v0.6.6...v0.6.7)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@
},
"type": "module",
"types": "dist/index.d.ts",
"version": "0.6.8"
"version": "0.6.9"
}

0 comments on commit 6556fa9

Please sign in to comment.