diff --git a/CHANGELOG.md b/CHANGELOG.md index 735b5ac..cdccde3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,40 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.0.0](https://github.com/hckhanh/read-vn-number/compare/v2.0.2...v3.0.0) (2020-08-26) + + +### ⚠ BREAKING CHANGES + +* drop support for Node.js v10 + +### Features + +* drop support for Node.js v10 ([639bd34](https://github.com/hckhanh/read-vn-number/commit/639bd3441bd0fd5d8fbeaa6e5f58d764b68ba083)) + + +### Improvements + +* **dependabot:** upgrade Dependabot from v1 to v2 (GitHub-native Dependabot) ([1b63a27](https://github.com/hckhanh/read-vn-number/commit/1b63a271535260ffaa06543d5fadf7b4a532e058)) + + +### Dependencies + +* **deps:** bump lodash from 4.17.15 to 4.17.20 ([#93](https://github.com/hckhanh/read-vn-number/issues/93)) ([3a3cf40](https://github.com/hckhanh/read-vn-number/commit/3a3cf4062f0c805338c160d889077a53e65c878d)) +* **deps-dev:** bump @commitlint/cli from 8.3.5 to 9.1.2 ([#83](https://github.com/hckhanh/read-vn-number/issues/83)) ([2b8e024](https://github.com/hckhanh/read-vn-number/commit/2b8e024b9ba4d2bb2e961401687801aa8edda820)) +* **deps-dev:** bump @commitlint/config-conventional from 8.3.4 to 9.1.2 ([#84](https://github.com/hckhanh/read-vn-number/issues/84)) ([7a350f9](https://github.com/hckhanh/read-vn-number/commit/7a350f99b3c86fbf92261e56e4246cea18d54862)) +* **deps-dev:** bump @types/chai from 4.2.11 to 4.2.12 ([#75](https://github.com/hckhanh/read-vn-number/issues/75)) ([b76b362](https://github.com/hckhanh/read-vn-number/commit/b76b36219bbb4398be5492be07581b58fd83d93c)) +* **deps-dev:** bump @types/mocha from 7.0.2 to 8.0.3 ([#86](https://github.com/hckhanh/read-vn-number/issues/86)) ([061c757](https://github.com/hckhanh/read-vn-number/commit/061c757ec061738f1f83185b21553ac89406229a)) +* **deps-dev:** bump @types/node from 14.0.5 to 14.0.9 ([86b87e3](https://github.com/hckhanh/read-vn-number/commit/86b87e3e0d75e06d514042266e22a662eddc7b4d)) +* **deps-dev:** bump @types/node from 14.0.9 to 14.6.0 ([#85](https://github.com/hckhanh/read-vn-number/issues/85)) ([6f52b8c](https://github.com/hckhanh/read-vn-number/commit/6f52b8cb0cfd80f4c8d807c6a0310b583c025c6e)) +* **deps-dev:** bump mocha from 7.2.0 to 8.1.2 ([#90](https://github.com/hckhanh/read-vn-number/issues/90)) ([49f81d5](https://github.com/hckhanh/read-vn-number/commit/49f81d55144686576a46f55818f5f543df45d5d2)) +* **deps-dev:** bump prettier from 2.0.5 to 2.1.1 ([#92](https://github.com/hckhanh/read-vn-number/issues/92)) ([5bc9aa4](https://github.com/hckhanh/read-vn-number/commit/5bc9aa440e6a0a56f3640ebde96d852077fe27c3)) +* **deps-dev:** bump standard-version from 8.0.0 to 9.0.0 ([#82](https://github.com/hckhanh/read-vn-number/issues/82)) ([2d2435e](https://github.com/hckhanh/read-vn-number/commit/2d2435e3ed796afc243a44f13674dc2e10a4f924)) +* **deps-dev:** bump standard-version from 8.0.1 to 9.0.0 ([#94](https://github.com/hckhanh/read-vn-number/issues/94)) ([829c279](https://github.com/hckhanh/read-vn-number/commit/829c279f97be6f9fcef272087e54b530db98f91a)) +* **deps-dev:** bump ts-node from 8.10.1 to 8.10.2 ([12d7fda](https://github.com/hckhanh/read-vn-number/commit/12d7fda35b276dee5878d725360c644a6a044dc9)) +* **deps-dev:** bump ts-node from 8.10.2 to 9.0.0 ([#88](https://github.com/hckhanh/read-vn-number/issues/88)) ([6a54abc](https://github.com/hckhanh/read-vn-number/commit/6a54abcec6fff9ddb84d4ddab3b3f6f0e601af12)) +* **deps-dev:** bump typescript from 3.9.3 to 4.0.2 ([#87](https://github.com/hckhanh/read-vn-number/issues/87)) ([bcf6664](https://github.com/hckhanh/read-vn-number/commit/bcf6664d1b8c55f1d902c77992712272fe758665)) + ### [2.0.3](https://github.com/hckhanh/read-vn-number/compare/v2.0.2...v2.0.3) (2020-06-03) diff --git a/package-lock.json b/package-lock.json index ddcb91b..30dc570 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "read-vn-number", - "version": "2.0.3", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bf9b9de..0919521 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "read-vn-number", - "version": "2.0.3", + "version": "3.0.0", "description": "Read Vietnamese number like a Vietnamese", "sideEffects": false, "main": "dist/cjs/index.js",