From b145c8680ec77ce1c144e8c16ea626f770f6f9ae Mon Sep 17 00:00:00 2001 From: Francesco Cioria Date: Fri, 23 Nov 2018 18:25:38 +0100 Subject: [PATCH] 8.0.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eccca2c..95bf3b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## [v8.0.6](https://github.com/buildo/smooth-release/tree/v8.0.6) (2018-11-23) +[Full Changelog](https://github.com/buildo/smooth-release/compare/v8.0.5...v8.0.6) + +#### Fixes (bugs & defects): + +- Does not work if called from `yarn` [#107](https://github.com/buildo/smooth-release/issues/107) + ## [v8.0.5](https://github.com/buildo/smooth-release/tree/v8.0.5) (2017-12-13) [Full Changelog](https://github.com/buildo/smooth-release/compare/v8.0.4...v8.0.5) diff --git a/package.json b/package.json index e95ceac..960c6c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smooth-release", - "version": "8.0.5", + "version": "8.0.6", "description": "Smart CLI tool to safely and automatically do every step to release a new version of a library hosted on GitHub and published on npm", "main": "lib", "scripts": {