From e9a2efba17d4d6bc1884401c7703d85dc9e28026 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Jul 2021 11:59:41 +0000 Subject: [PATCH] chore(release): 1.3.2 [skip ci] ## [1.3.2](https://github.com/mll-lab/js-utils/compare/v1.3.1...v1.3.2) (2021-07-08) ### Bug Fixes * Actually export array and date utils ([3ec9e34](https://github.com/mll-lab/js-utils/commit/3ec9e34bc205f5e9549b02943d63a289650e217f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b5436d..a922b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.2](https://github.com/mll-lab/js-utils/compare/v1.3.1...v1.3.2) (2021-07-08) + + +### Bug Fixes + +* Actually export array and date utils ([3ec9e34](https://github.com/mll-lab/js-utils/commit/3ec9e34bc205f5e9549b02943d63a289650e217f)) + ## [1.3.1](https://github.com/mll-lab/js-utils/compare/v1.3.0...v1.3.1) (2021-07-08) diff --git a/package.json b/package.json index 2d4a99b..d36526f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mll-lab/js-utils", - "version": "1.3.1", + "version": "1.3.2", "main": "dist/index.common.js", "module": "dist/index.js", "types": "dist/index.d.ts",