From 90e1471809657a672771e93cee28fa6bb30d5117 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Jan 2024 10:44:15 +0000 Subject: [PATCH] chore(release): 2.28.0 [skip ci] # [2.28.0](https://github.com/mll-lab/js-utils/compare/v2.27.1...v2.28.0) (2024-01-02) ### Features * add type KeyOfType ([69cb23e](https://github.com/mll-lab/js-utils/commit/69cb23ec1c3ec2fad3a7f63a8249655de317e9ed)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3beef2d..4ac3155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.28.0](https://github.com/mll-lab/js-utils/compare/v2.27.1...v2.28.0) (2024-01-02) + + +### Features + +* add type KeyOfType ([69cb23e](https://github.com/mll-lab/js-utils/commit/69cb23ec1c3ec2fad3a7f63a8249655de317e9ed)) + ## [2.27.1](https://github.com/mll-lab/js-utils/compare/v2.27.0...v2.27.1) (2023-12-20) diff --git a/package.json b/package.json index d473d83..a6ac750 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mll-lab/js-utils", - "version": "2.27.1", + "version": "2.28.0", "main": "dist/index.common.js", "module": "dist/index.js", "types": "dist/index.d.ts",