From 46f08ef3d94a1599125b5d8e5a74ecef9e367d26 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Sep 2021 14:04:23 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/mll-lab/js-utils/compare/v1.3.3...v1.4.0) (2021-09-02) ### Features * add round number to decimals ([0e3fadf](https://github.com/mll-lab/js-utils/commit/0e3fadfe30f3f0479786834ba2267dc2bd67bb81)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0be751..6695dcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/mll-lab/js-utils/compare/v1.3.3...v1.4.0) (2021-09-02) + + +### Features + +* add round number to decimals ([0e3fadf](https://github.com/mll-lab/js-utils/commit/0e3fadfe30f3f0479786834ba2267dc2bd67bb81)) + ## [1.3.3](https://github.com/mll-lab/js-utils/compare/v1.3.2...v1.3.3) (2021-08-18) diff --git a/package.json b/package.json index 8d8211e..9f821e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mll-lab/js-utils", - "version": "1.3.3", + "version": "1.4.0", "main": "dist/index.common.js", "module": "dist/index.js", "types": "dist/index.d.ts",