Merge pull request #268 from cloudflare/changeset-release/main

Version Packages
This commit is contained in:
Maximo Guk 2024-05-24 10:18:03 -05:00 committed by GitHub
commit b84268f0e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
"wrangler-action": patch
---
Reverts #235 which may have caused the latest version of wrangler to be installed, if no wrangler version was found

View file

@ -1,5 +1,11 @@
# Changelog
## 3.6.1
### Patch Changes
- [#265](https://github.com/cloudflare/wrangler-action/pull/265) [`2d275a8f2d279dc91912c1ff8023af109ef3280c`](https://github.com/cloudflare/wrangler-action/commit/2d275a8f2d279dc91912c1ff8023af109ef3280c) Thanks [@Maximo-Guk](https://github.com/Maximo-Guk)! - Reverts #235 which may have caused the latest version of wrangler to be installed, if no wrangler version was found
## 3.6.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "wrangler-action",
"version": "3.6.0",
"version": "3.6.1",
"description": "GitHub Action to use [Wrangler](https://developers.cloudflare.com/workers/cli-wrangler/).",
"author": "wrangler@cloudflare.com",
"license": "MIT OR Apache-2.0",