From 0d99484b8c4d90724da28f92245a6989354242ce Mon Sep 17 00:00:00 2001 From: Yamiteru Date: Sat, 20 Apr 2024 00:47:39 +0200 Subject: [PATCH] Release 0.2.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2268e4..5f590e7 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.2.1](https://github.com/the-minimal/types/compare/0.2.0...0.2.1) + +- feat: add CustomError [`7b2d707`](https://github.com/the-minimal/types/commit/7b2d707d5d46a93264c6efd55c61290f8c319412) + #### [0.2.0](https://github.com/the-minimal/types/compare/0.1.0...0.2.0) +> 18 April 2024 + - feat: rename Validation to Assertion [`4b9dca9`](https://github.com/the-minimal/types/commit/4b9dca9e3d25c2626ad494a69c1fe6725d492704) +- Release 0.2.0 [`4e94226`](https://github.com/the-minimal/types/commit/4e94226b8451ce28e7e922f55aa4612b0fd8ee70) #### [0.1.0](https://github.com/the-minimal/types/compare/0.0.4...0.1.0) diff --git a/package.json b/package.json index be6dc29..4e132a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-minimal/types", "type": "module", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "author": "Miroslav Vršecký ", "description": "Minimal collection of TypeScript utility types",