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

Version Packages
This commit is contained in:
Maximo Guk 2024-10-08 13:03:50 -03:00 committed by GitHub
commit cd8a317efb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 11 deletions

View file

@ -1,5 +0,0 @@
---
"wrangler-action": minor
---
Update wrangler version from 3.13.2 to 3.78.10

View file

@ -1,5 +0,0 @@
---
"wrangler-action": patch
---
fix: Detect existing wrangler install even when wrangler version output is multiline

View file

@ -1,5 +1,15 @@
# Changelog
## 3.9.0
### Minor Changes
- [#298](https://github.com/cloudflare/wrangler-action/pull/298) [`134b5c2a3252d66b8c4d1cddd0b9baaeed6a4daa`](https://github.com/cloudflare/wrangler-action/commit/134b5c2a3252d66b8c4d1cddd0b9baaeed6a4daa) Thanks [@Maximo-Guk](https://github.com/Maximo-Guk)! - Update wrangler version from 3.13.2 to 3.78.10
### Patch Changes
- [#278](https://github.com/cloudflare/wrangler-action/pull/278) [`47d51f25c113ee9205110728599b43ed6a1e273b`](https://github.com/cloudflare/wrangler-action/commit/47d51f25c113ee9205110728599b43ed6a1e273b) Thanks [@acusti](https://github.com/acusti)! - fix: Detect existing wrangler install even when wrangler version output is multiline
## 3.8.0
### Minor Changes

View file

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