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

Version Packages
This commit is contained in:
Cina Saffary 2023-10-24 13:45:26 -05:00 committed by GitHub
commit 581e17bc51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 11 deletions

View file

@ -1,5 +0,0 @@
---
"wrangler-action": patch
---
Fixed issues that caused the action to fail if any secret or var values contained shell metacharacters.

View file

@ -1,5 +0,0 @@
---
"wrangler-action": patch
---
Bumped `DEFAULT_WRANGLER_VERSION` to 3.13.2

View file

@ -1,5 +1,13 @@
# Changelog
## 3.3.2
### Patch Changes
- [#171](https://github.com/cloudflare/wrangler-action/pull/171) [`76d614f`](https://github.com/cloudflare/wrangler-action/commit/76d614f400bd92237ed23c3df559f2c31b14a790) Thanks [@1000hz](https://github.com/1000hz)! - Fixed issues that caused the action to fail if any secret or var values contained shell metacharacters.
- [#171](https://github.com/cloudflare/wrangler-action/pull/171) [`473d9cb`](https://github.com/cloudflare/wrangler-action/commit/473d9cbd296528b41c653af10062faba6540a7ab) Thanks [@1000hz](https://github.com/1000hz)! - Bumped `DEFAULT_WRANGLER_VERSION` to 3.13.2
## 3.3.1
### Patch Changes

View file

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