diff --git a/CHANGELOG.md b/CHANGELOG.md index c14a5c8..d682362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.1.1](https://github.com/flyntwp/flynt-cli/compare/v0.1.0...v0.1.1) (2017-06-12) + + +### Bug Fixes + +* **cloneDb:** display search replace mismatch in non-verbose mode (#56) ([998189b](https://github.com/flyntwp/flynt-cli/commit/998189b)), closes [#54](https://github.com/flyntwp/flynt-cli/issues/54) + + +### Features + +* **version:** add --version flag (#55) ([79128d5](https://github.com/flyntwp/flynt-cli/commit/79128d5)) + + + # 0.1.0 (2017-06-08) diff --git a/package.json b/package.json index 2e2aa18..f9ad495 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flyntwp/flynt-cli", - "version": "0.1.0", + "version": "0.1.1", "description": "CLI tool for the WordPress Flynt framework", "main": "src/index.js", "repository": "https://github.com/flyntwp/flynt-cli.git",