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",