From 0e0d311ecfa37a8cc9d2b9516887b854b6949da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 30 May 2017 00:29:52 -0700 Subject: [PATCH] chore(release): 1.1.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 171bae6..d48b275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.1.1](https://github.com/zkat/npx/compare/v1.1.0...v1.1.1) (2017-05-30) + + +### Bug Fixes + +* **docs:** make sure man page gets installed ([2aadc16](https://github.com/zkat/npx/commit/2aadc16)) + + + # [1.1.0](https://github.com/zkat/npx/compare/v1.0.2...v1.1.0) (2017-05-30) diff --git a/package.json b/package.json index 94c9bbe..b48613b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npx", - "version": "1.1.0", + "version": "1.1.1", "description": "execute npm package binaries", "main": "index.js", "bin": "index.js",