From 954ab1ccd15eef458994d3b976e3df19604dbae6 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Sun, 28 Apr 2024 17:36:18 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.10.0=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 59e2781..8046fd9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.0](https://github.com/ehmpathy/type-fns/compare/v0.9.2...v0.10.0) (2024-04-28) + + +### Features + +* **enum:** expand isOfEnum with backwards compat assess and assure ([72ac7ac](https://github.com/ehmpathy/type-fns/commit/72ac7ac7b7f1055d0f7b61fe2fb5f62c98cd8738)) + ## [0.9.2](https://github.com/ehmpathy/type-fns/compare/v0.9.1...v0.9.2) (2024-04-24) diff --git a/package-lock.json b/package-lock.json index e9b0412..1584f7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "type-fns", - "version": "0.9.2", + "version": "0.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "type-fns", - "version": "0.9.2", + "version": "0.10.0", "devDependencies": { "@commitlint/cli": "13.1.0", "@commitlint/config-conventional": "13.1.0", diff --git a/package.json b/package.json index 94e46a4..b58ab20 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "type-fns", "author": "ehmpathy", "description": "A set of types, type checks, and type guards for simpler, safer, and easier to read code.", - "version": "0.9.2", + "version": "0.10.0", "repository": "ehmpathy/type-fns", "homepage": "https://github.com/ehmpathy/type-fns", "keywords": [