diff --git a/CHANGELOG.md b/CHANGELOG.md index 326c3c5..0ce616b 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.4.0](https://github.com/the-minimal/types/compare/0.3.6...0.4.0) + +- feat: remove brands and add intersection [`b44fa55`](https://github.com/the-minimal/types/commit/b44fa559d56e6b917434648b7f39ee0839878c04) + #### [0.3.6](https://github.com/the-minimal/types/compare/0.3.5...0.3.6) +> 28 April 2024 + +- Release 0.3.6 [`f83f9b0`](https://github.com/the-minimal/types/commit/f83f9b0b911ae1f0879281b3ea062eb083249194) - 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) diff --git a/package.json b/package.json index e78555f..8f85333 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-minimal/types", "type": "module", - "version": "0.3.6", + "version": "0.4.0", "license": "MIT", "author": "Miroslav Vršecký ", "description": "Minimal collection of TypeScript utility types",