diff --git a/CHANGELOG.md b/CHANGELOG.md index bd5cd9a..9597fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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. + +## [5.0.1](https://github.com/zkat/npx/compare/v5.0.0...v5.0.1) (2017-06-09) + + + # [5.0.0](https://github.com/zkat/npx/compare/v4.0.3...v5.0.0) (2017-06-09) diff --git a/package.json b/package.json index 9434ac9..79c4d3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npx", - "version": "5.0.0", + "version": "5.0.1", "description": "execute npm package binaries", "main": "index.js", "bin": "index.js",