Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.2...v1.3.0) (2022-12-04)

### Features

* **nodejs14:** dropped support for nodejs 12.x ([e9056f7](e9056f7))
* **npm-v9:** bump version of dependency extractor ([c42e7aa](c42e7aa))
  • Loading branch information
semantic-release-bot committed Dec 4, 2022
1 parent f40ac44 commit 4c7451f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4c7451f

Please sign in to comment.