Skip to content

Commit

Permalink
dist: Publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Rossetti committed Feb 10, 2019
1 parent 5b58713 commit 51e3cf0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## <small>1.0.1 (2018-12-29)</small>
## 1.1.0 (2019-02-10)

* chore: Use named capture groups polyfill on Node.js < v10 ([b0a7d77](https://github.com/quentinrossetti/node-7z/commit/b0a7d77))
* chore: Update dependencies ([8f5cb7f](https://github.com/quentinrossetti/node-7z/commit/8f5cb7f))
* ci: Fix nvm usage by substractive design :) ([5b58713](https://github.com/quentinrossetti/node-7z/commit/5b58713))



## 1.0.1 (2018-12-29)

* doc: Clean usage & typos ([6c53c5a](https://github.com/quentinrossetti/node-7z/commit/6c53c5a))
* doc: Fixing clerical errors ([e244438](https://github.com/quentinrossetti/node-7z/commit/e244438))
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": "node-7z",
"version": "1.0.1",
"version": "1.1.0",
"description": "A Node.js wrapper for 7-Zip with platform binaries",
"main": "./src/main.js",
"scripts": {
Expand Down

0 comments on commit 51e3cf0

Please sign in to comment.