diff --git a/CHANGELOG.md b/CHANGELOG.md index d3fa9331f..d80bb590c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.16.3](https://github.com/TryGhost/Ghost-CLI/compare/1.16.2...1.16.3) (2021-03-18) + + +### Bug Fixes + +* **import:** ensure import/exports works with 4.x ([e9b95bc](https://github.com/TryGhost/Ghost-CLI/commit/e9b95bc)) + + + ## [1.16.2](https://github.com/TryGhost/Ghost-CLI/compare/1.16.1...1.16.2) (2021-03-16) diff --git a/package.json b/package.json index bf2607eb9..29b56cf2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-cli", - "version": "1.16.2", + "version": "1.16.3", "description": "CLI Tool for installing & updating Ghost", "author": "Ghost Foundation", "homepage": "https://ghost.org",