diff --git a/CHANGELOG.md b/CHANGELOG.md index 43f93aaeb..3000258b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. + +## [1.19.3](https://github.com/TryGhost/Ghost-CLI/compare/1.19.2...1.19.3) (2022-04-21) + + +### Bug Fixes + +* **import:** ensure import/exports works with 5.x ([ae8177b](https://github.com/TryGhost/Ghost-CLI/commit/ae8177b)) +* **major:** use `mysql2` library if present ([098ca92](https://github.com/TryGhost/Ghost-CLI/commit/098ca92)) +* **tests:** fixed accidental `.only` in tests ([6e31c54](https://github.com/TryGhost/Ghost-CLI/commit/6e31c54)) + + + ## [1.19.2](https://github.com/TryGhost/Ghost-CLI/compare/1.19.1...1.19.2) (2022-03-23) diff --git a/package.json b/package.json index 8ebd09ea5..3ea3a8248 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-cli", - "version": "1.19.2", + "version": "1.19.3", "description": "CLI Tool for installing & updating Ghost", "author": "Ghost Foundation", "homepage": "https://ghost.org",