From cb3fa2b7a813598d41518b3f9df406f7638c1e09 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Nov 2021 14:42:33 +0000 Subject: [PATCH] chore(release): 2.3.0 [skip ci] # [2.3.0](https://github.com/mll-lab/js-utils/compare/v2.2.0...v2.3.0) (2021-11-26) ### Features * add NonEmptyArray and specialized implementation of last() ([5f61c48](https://github.com/mll-lab/js-utils/commit/5f61c48b3ab43bb8047319c18bd4b2e8328e6274)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef03b3f..d0c2fab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.3.0](https://github.com/mll-lab/js-utils/compare/v2.2.0...v2.3.0) (2021-11-26) + + +### Features + +* add NonEmptyArray and specialized implementation of last() ([5f61c48](https://github.com/mll-lab/js-utils/commit/5f61c48b3ab43bb8047319c18bd4b2e8328e6274)) + # [2.2.0](https://github.com/mll-lab/js-utils/compare/v2.1.0...v2.2.0) (2021-10-18) diff --git a/package.json b/package.json index 47e96fa..03d885f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mll-lab/js-utils", - "version": "2.2.0", + "version": "2.3.0", "main": "dist/index.common.js", "module": "dist/index.js", "types": "dist/index.d.ts",