diff --git a/.changeset/rotten-books-unite.md b/.changeset/rotten-books-unite.md deleted file mode 100644 index b0018397e..000000000 --- a/.changeset/rotten-books-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gitbook/cli': minor ---- - -Disable autoupdate of cloudflared binary diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 4b261f63f..e2eaa2546 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @gitbook/cli +## 0.6.0 + +### Minor Changes + +- 62ec05b: Disable autoupdate of cloudflared binary + ## 0.5.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 22fc68615..b13fed2b5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@gitbook/cli", "description": "CLI to build and publish integrations on GitBook.com", - "version": "0.5.0", + "version": "0.6.0", "dependencies": { "@gitbook/api": "*", "@openapi-contrib/openapi-schema-to-json-schema": "^3.1.2",