From 0a910ffbf9ba194eec832242e8d6ebd9065cbbb1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Jul 2020 17:12:31 +0000 Subject: [PATCH] chore(release): 0.4.6 [skip ci] ## [0.4.6](https://github.com/HospitalRun/cli/compare/v0.4.5...v0.4.6) (2020-07-01) ### Bug Fixes * **toolchain:** add fix option to lint:fix script ([1b2f4a7](https://github.com/HospitalRun/cli/commit/1b2f4a7308e58694f331e342da5f921c9be926c2)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e209400..f88f361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.4.6](https://github.com/HospitalRun/cli/compare/v0.4.5...v0.4.6) (2020-07-01) + + +### Bug Fixes + +* **toolchain:** add fix option to lint:fix script ([1b2f4a7](https://github.com/HospitalRun/cli/commit/1b2f4a7308e58694f331e342da5f921c9be926c2)) + ## [0.4.5](https://github.com/HospitalRun/cli/compare/v0.4.4...v0.4.5) (2020-07-01) diff --git a/package.json b/package.json index 87dbe61..c397616 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hospitalrun/cli", - "version": "0.4.5", + "version": "0.4.6", "description": "HospitalRun CLI", "bin": { "hospitalrun": "bin/hospitalrun.js"