diff --git a/.changeset/brown-spies-grab.md b/.changeset/brown-spies-grab.md deleted file mode 100644 index bfda189..0000000 --- a/.changeset/brown-spies-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler-action": minor ---- - -This unreverts #235 ensuring wrangler-action will re-use existing wrangler installations, thanks @AdiRishi! and ensures we don't automatically install wrangler when checking if it present diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ebe3f..8cb5744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.7.0 + +### Minor Changes + +- [#271](https://github.com/cloudflare/wrangler-action/pull/271) [`66efca2cbb82a5a49df6af2e14c4b58d53b0e266`](https://github.com/cloudflare/wrangler-action/commit/66efca2cbb82a5a49df6af2e14c4b58d53b0e266) Thanks [@Maximo-Guk](https://github.com/Maximo-Guk)! - This unreverts #235 ensuring wrangler-action will re-use existing wrangler installations, thanks @AdiRishi! and ensures we don't automatically install wrangler when checking if it present + ## 3.6.1 ### Patch Changes diff --git a/package.json b/package.json index be07f42..d812b5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wrangler-action", - "version": "3.6.1", + "version": "3.7.0", "description": "GitHub Action to use [Wrangler](https://developers.cloudflare.com/workers/cli-wrangler/).", "author": "wrangler@cloudflare.com", "license": "MIT OR Apache-2.0",