diff --git a/CHANGELOG.md b/CHANGELOG.md index cfefda0..326c3c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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). +#### [0.3.6](https://github.com/the-minimal/types/compare/0.3.5...0.3.6) + +- feat: get rid of readonly [`60295c6`](https://github.com/the-minimal/types/commit/60295c6f80b097731dca1e57e81f173cfffd6de2) + #### [0.3.5](https://github.com/the-minimal/types/compare/0.3.4...0.3.5) +> 27 April 2024 + +- Release 0.3.5 [`f4bd826`](https://github.com/the-minimal/types/commit/f4bd826090eccd42d209911c654e30feeacd16d7) - fix: add any to AnyBrand [`b2f0c76`](https://github.com/the-minimal/types/commit/b2f0c76eed957d2f9a01bc54d9d4a9721a8a2234) #### [0.3.4](https://github.com/the-minimal/types/compare/0.3.3...0.3.4) diff --git a/package.json b/package.json index 0a25a42..e78555f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-minimal/types", "type": "module", - "version": "0.3.5", + "version": "0.3.6", "license": "MIT", "author": "Miroslav Vršecký ", "description": "Minimal collection of TypeScript utility types",