From 9bfcf13dc351e334408b7cb8808b735f23951019 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Sep 2021 12:20:54 +0000 Subject: [PATCH] chore(release): 1.4.1 [skip ci] ## [1.4.1](https://github.com/mll-lab/js-utils/compare/v1.4.0...v1.4.1) (2021-09-06) ### Bug Fixes * add export of round function ([e8a4739](https://github.com/mll-lab/js-utils/commit/e8a47398616155f76c598e9234f2a079157d24c4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6695dcf..c0c93b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/mll-lab/js-utils/compare/v1.4.0...v1.4.1) (2021-09-06) + + +### Bug Fixes + +* add export of round function ([e8a4739](https://github.com/mll-lab/js-utils/commit/e8a47398616155f76c598e9234f2a079157d24c4)) + # [1.4.0](https://github.com/mll-lab/js-utils/compare/v1.3.3...v1.4.0) (2021-09-02) diff --git a/package.json b/package.json index 9f821e9..6081110 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mll-lab/js-utils", - "version": "1.4.0", + "version": "1.4.1", "main": "dist/index.common.js", "module": "dist/index.js", "types": "dist/index.d.ts",