From 08ec36d6e2a91e44cdec410f6b1cd1487ddb212c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Oct 2021 16:43:41 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://github.com/mll-lab/js-utils/compare/v2.0.0...v2.1.0) (2021-10-18) ### Features * loosen date argument types ([bc0dd4c](https://github.com/mll-lab/js-utils/commit/bc0dd4ce1fc9e3aecbb2bb692f63b9f861ea32f4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 007ef1a..c3f0d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://github.com/mll-lab/js-utils/compare/v2.0.0...v2.1.0) (2021-10-18) + + +### Features + +* loosen date argument types ([bc0dd4c](https://github.com/mll-lab/js-utils/commit/bc0dd4ce1fc9e3aecbb2bb692f63b9f861ea32f4)) + # [2.0.0](https://github.com/mll-lab/js-utils/compare/v1.4.1...v2.0.0) (2021-10-18) diff --git a/package.json b/package.json index 248df94..fd90e7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mll-lab/js-utils", - "version": "2.0.0", + "version": "2.1.0", "main": "dist/index.common.js", "module": "dist/index.js", "types": "dist/index.d.ts",