diff --git a/CHANGELOG.md b/CHANGELOG.md index d213900..7d6be71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ CHANGES: +# [1.3.0](https://github.com/H4ad/node-modules-packer/compare/v1.2.2...v1.3.0) (2022-12-04) + + +### Features + +* **nodejs14:** dropped support for nodejs 12.x ([e9056f7](https://github.com/H4ad/node-modules-packer/commit/e9056f7c0d78e88ef45d9b904d7bf79664be6a17)) +* **npm-v9:** bump version of dependency extractor ([c42e7aa](https://github.com/H4ad/node-modules-packer/commit/c42e7aaeda681e07b44eed2c3f28606ecb5c91ee)) + ## [1.2.2](https://github.com/H4ad/node-modules-packer/compare/v1.2.1...v1.2.2) (2022-10-23) diff --git a/README.md b/README.md index 2db9ac9..25ab771 100644 --- a/README.md +++ b/README.md @@ -571,7 +571,7 @@ EXAMPLES $ node-modules-packer run /project/path -i dist ``` -_See code: [src/commands/run/index.ts](https://github.com/H4ad/node-modules-packer/blob/v1.2.2/src/commands/run/index.ts)_ +_See code: [src/commands/run/index.ts](https://github.com/H4ad/node-modules-packer/blob/v1.3.0/src/commands/run/index.ts)_ ## `node-modules-packer version` diff --git a/package.json b/package.json index d392128..5f321e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@h4ad/node-modules-packer", - "version": "1.2.2", + "version": "1.3.0", "description": "", "main": "lib/index.js", "types": "lib/index.ts",