From 746c658b0a80d5df1c2d4d37df4337a50ab6bf2a Mon Sep 17 00:00:00 2001 From: Yamiteru Date: Sat, 27 Apr 2024 21:33:52 +0200 Subject: [PATCH] Release 0.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd7e98..d1aa827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.1](https://github.com/the-minimal/types/compare/0.3.0...0.3.1) + +- feat: prefix symbols with double underscore [`28d9725`](https://github.com/the-minimal/types/commit/28d9725aa6a2dd8af1e2b23d67b7b61ca0d35e46) + #### [0.3.0](https://github.com/the-minimal/types/compare/0.2.2...0.3.0) +> 27 April 2024 + - feat: remove custom error and add tag [`f307603`](https://github.com/the-minimal/types/commit/f3076032561fb876511e856a77bc4bf86c054668) +- Release 0.3.0 [`a9f909c`](https://github.com/the-minimal/types/commit/a9f909c110660dec6066bf9d7efbf96bb7b76ec7) - feat: add noExplicitAny off [`f49b0f4`](https://github.com/the-minimal/types/commit/f49b0f4c016b40a730f7e477c9720fedb9771ddd) #### [0.2.2](https://github.com/the-minimal/types/compare/0.2.1...0.2.2) diff --git a/package.json b/package.json index 5584357..9066369 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-minimal/types", "type": "module", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "author": "Miroslav Vršecký ", "description": "Minimal collection of TypeScript utility types",