From d3e49676cc008824e9246ea43e910720a1d094ea Mon Sep 17 00:00:00 2001 From: oclif-bot <35625753+oclif-bot@users.noreply.github.com> Date: Fri, 1 Jun 2018 22:16:50 +0000 Subject: [PATCH] chore(release): 1.7.46 [skip ci] ## [1.7.46](https://github.com/oclif/example-single-js/compare/v1.7.45...v1.7.46) (2018-06-01) ### Bug Fixes * oclif v1.7.56 ([321a6fc](https://github.com/oclif/example-single-js/commit/321a6fc)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d7412d..809c22c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [1.7.46](https://github.com/oclif/example-single-js/compare/v1.7.45...v1.7.46) (2018-06-01) + + +### Bug Fixes + +* oclif v1.7.56 ([321a6fc](https://github.com/oclif/example-single-js/commit/321a6fc)) + ## [1.7.45](https://github.com/oclif/example-single-js/compare/v1.7.44...v1.7.45) (2018-06-01) diff --git a/package.json b/package.json index 3f22a6b..a1d7eee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/example-single-js", "description": "example single-command CLI built with dxcli", - "version": "1.7.45", + "version": "1.7.46", "author": "Jeff Dickey @jdxcode", "bin": { "example-single-js": "./bin/run"