diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef8ce726..dd5a65977 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. + +# [1.13.0](https://github.com/TryGhost/Ghost-CLI/compare/1.13.0-beta.1...1.13.0) (2019-11-08) + + +### Bug Fixes + +* **proxy:** only create proxy agent once ([b12b4c7](https://github.com/TryGhost/Ghost-CLI/commit/b12b4c7)) + + +### Features + +* **proxy:** add support for cli behind proxy ([#1042](https://github.com/TryGhost/Ghost-CLI/issues/1042)) ([ee2c3d0](https://github.com/TryGhost/Ghost-CLI/commit/ee2c3d0)) + + + # [1.13.0-beta.1](https://github.com/TryGhost/Ghost-CLI/compare/1.13.0-beta.0...1.13.0-beta.1) (2019-11-08) diff --git a/package.json b/package.json index 2a8063811..c101c17ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-cli", - "version": "1.13.0-beta.1", + "version": "1.13.0", "description": "CLI Tool for installing & updating Ghost", "author": "Ghost Foundation", "homepage": "https://ghost.org",