Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.2...v1.1.0) (2022-08-14)

### Bug Fixes

* **bin:** fixed problem with executable permission of dev and run ([84dcb6b](84dcb6b))

### Features

* **run:** added path remapping for --include flag ([f199462](f199462))
  • Loading branch information
semantic-release-bot committed Aug 14, 2022
1 parent eae3ff0 commit 14b2805
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
CHANGES:

# [1.1.0](https://github.com/H4ad/node-modules-packer/compare/v1.0.2...v1.1.0) (2022-08-14)


### Bug Fixes

* **bin:** fixed problem with executable permission of dev and run ([84dcb6b](https://github.com/H4ad/node-modules-packer/commit/84dcb6b83a5fe3a969a2af3993a68f8e406ea3ce))


### Features

* **run:** added path remapping for --include flag ([f199462](https://github.com/H4ad/node-modules-packer/commit/f19946262dd8472b6b00b940e728cd1c6cd3ab99))

## [1.0.2](https://github.com/H4ad/node-modules-packer/compare/v1.0.1...v1.0.2) (2022-07-28)

## [1.0.1](https://github.com/H4ad/node-modules-packer/compare/v1.0.0...v1.0.1) (2022-07-28)
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ console.log(result.path);
<br>

<!-- commands -->

* [`node-modules-packer autocomplete [SHELL]`](#node-modules-packer-autocomplete-shell)
* [`node-modules-packer commands`](#node-modules-packer-commands)
* [`node-modules-packer help [COMMAND]`](#node-modules-packer-help-command)
Expand Down Expand Up @@ -549,7 +548,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.0.2/src/commands/run/index.ts)_
_See code: [src/commands/run/index.ts](https://github.com/H4ad/node-modules-packer/blob/v1.1.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.0.2",
"version": "1.1.0",
"description": "",
"main": "lib/index.js",
"types": "lib/index.ts",
Expand Down

0 comments on commit 14b2805

Please sign in to comment.