From fe638db5f09f2dda801856ef23c0f62a4da8bb07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 21 Jun 2017 10:32:18 +0200 Subject: [PATCH] chore(release): 6.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce5483..c85829e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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. + +# [6.1.0](https://github.com/zkat/npx/compare/v6.0.0...v6.1.0) (2017-06-21) + + +### Bug Fixes + +* **deps:** remove unused gauge dep ([aa40a34](https://github.com/zkat/npx/commit/aa40a34)) + + +### Features + +* **i18n:** update ru locale (#41) ([7c84dee](https://github.com/zkat/npx/commit/7c84dee)) +* **i18n:** update zh_CN (#40) ([da4ec67](https://github.com/zkat/npx/commit/da4ec67)) +* **perf:** run node-based commands in the current process ([6efcde4](https://github.com/zkat/npx/commit/6efcde4)) + + + # [6.0.0](https://github.com/zkat/npx/compare/v5.4.0...v6.0.0) (2017-06-20) diff --git a/package-lock.json b/package-lock.json index 9823765..47ad32a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "npx", - "version": "6.0.0", + "version": "6.1.0", "lockfileVersion": 1, "dependencies": { "acorn": { diff --git a/package.json b/package.json index 0e30ae2..4d2ac6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npx", - "version": "6.0.0", + "version": "6.1.0", "description": "execute npm package binaries", "main": "index.js", "bin": "index.js",