Version Packages

This commit is contained in:
github-actions[bot] 2024-05-24 15:16:10 +00:00
parent baf8bc61f1
commit d1b97ebf4d
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 # 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 ## 3.6.0
### Minor Changes ### Minor Changes

View file

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