Skip to content

Commit 0501554

Browse files
Version Packages
1 parent d8f3eaa commit 0501554

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/support-version-ranges.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.15.0
4+
5+
### Minor Changes
6+
7+
- [#426](https://github.com/cloudflare/wrangler-action/pull/426) [`febbda6`](https://github.com/cloudflare/wrangler-action/commit/febbda69f8c5838bf8b07fd6b9dfc836f00962db) Thanks [@WillTaylorDev](https://github.com/WillTaylorDev)! - Support version ranges and tags in `wranglerVersion` input. You can now set `wranglerVersion` to values like `4`, `^4.0.0`, `4.x`, or `latest` instead of only exact versions like `4.81.0`.
8+
39
## 3.14.1
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wrangler-action",
3-
"version": "3.14.1",
3+
"version": "3.15.0",
44
"description": "GitHub Action to use [Wrangler](https://developers.cloudflare.com/workers/cli-wrangler/).",
55
"author": "[email protected]",
66
"license": "MIT OR Apache-2.0",

0 commit comments

Comments
 (0)