Skip to content

Commit

Permalink
chore(release): 1.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.2](v1.2.1...v1.2.2) (2022-10-23)

### Bug Fixes

* **graceful-fs:** added to solve issues with too many open files ([58609ca](58609ca))
  • Loading branch information
semantic-release-bot committed Oct 23, 2022
1 parent 5e102cc commit b13ee50
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
CHANGES:

## [1.2.2](https://github.com/H4ad/node-modules-packer/compare/v1.2.1...v1.2.2) (2022-10-23)


### Bug Fixes

* **graceful-fs:** added to solve issues with too many open files ([58609ca](https://github.com/H4ad/node-modules-packer/commit/58609ca18ba0f962efbaa53d523650e18e8d5001))

## [1.2.1](https://github.com/H4ad/node-modules-packer/compare/v1.2.0...v1.2.1) (2022-09-11)


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.1/src/commands/run/index.ts)_
_See code: [src/commands/run/index.ts](https://github.com/H4ad/node-modules-packer/blob/v1.2.2/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.1",
"version": "1.2.2",
"description": "",
"main": "lib/index.js",
"types": "lib/index.ts",
Expand Down

0 comments on commit b13ee50

Please sign in to comment.