diff --git a/CHANGELOG.md b/CHANGELOG.md index 8905fcb..fe67a70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.0.1](https://github.com/zkat/npx/compare/v1.0.0...v1.0.1) (2017-05-30) + + +### Bug Fixes + +* **build:** add dummy test file to let things build ([6199eb6](https://github.com/zkat/npx/commit/6199eb6)) +* **docs:** fix arg documentation in readme/manpage ([d1cf44c](https://github.com/zkat/npx/commit/d1cf44c)) +* **opts:** add --version/-v ([2633a0e](https://github.com/zkat/npx/commit/2633a0e)) + + + # 1.0.0 (2017-05-30) diff --git a/package.json b/package.json index d64b62d..e67e5d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npx", - "version": "1.0.0", + "version": "1.0.1", "description": "execute npm package binaries", "main": "index.js", "bin": "index.js",