From 9802720260ce7130171e7abc36ee4cb210ff1941 Mon Sep 17 00:00:00 2001 From: Yamiteru Date: Sat, 6 Jul 2024 19:42:18 +0200 Subject: [PATCH] Release 0.6.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e9e74a..ef5ff84 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.6.0](https://github.com/the-minimal/types/compare/0.5.0...0.6.0) + +- feat: remove library-specific types [`440eb35`](https://github.com/the-minimal/types/commit/440eb35cf4d0658d6e713233a8d29780ef6d7a8f) + #### [0.5.0](https://github.com/the-minimal/types/compare/0.4.0...0.5.0) +> 12 May 2024 + +- Release 0.5.0 [`8b14aff`](https://github.com/the-minimal/types/commit/8b14affeb2e05ae2c7f25b38e4f1be86915ee79d) - feat: rename optional to maybe [`357410f`](https://github.com/the-minimal/types/commit/357410f675372bd8f932154a3165b900942eba8a) #### [0.4.0](https://github.com/the-minimal/types/compare/0.3.6...0.4.0) diff --git a/package.json b/package.json index c427d48..4852567 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-minimal/types", "type": "module", - "version": "0.5.0", + "version": "0.6.0", "license": "MIT", "author": "Miroslav Vršecký ", "description": "Minimal collection of TypeScript utility types",