diff --git a/CHANGELOG.md b/CHANGELOG.md index 32001eb38..a2a2b12bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.5.16](https://github.com/oclif/core/compare/v0.5.15...v0.5.16) (2021-06-28) + + +### Features + +* return results from runHook ([#187](https://github.com/oclif/core/issues/187)) ([5355203](https://github.com/oclif/core/commit/535520326a354e3d12abc77ba9148a314fa957ba)) + ### [0.5.15](https://github.com/oclif/core/compare/v0.5.14...v0.5.15) (2021-06-24) diff --git a/package.json b/package.json index f55f2cd91..afae96f3e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/core", "description": "base library for oclif CLIs", - "version": "0.5.15", + "version": "0.5.16", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/core/issues", "dependencies": {