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

Version Packages
This commit is contained in:
Courtney Sims 2024-10-23 15:53:47 -05:00 committed by GitHub
commit c01035706f
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": minor
---
Support id, environment, url, and alias outputs for Pages deploys.

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
## 3.10.0
### Minor Changes
- [#303](https://github.com/cloudflare/wrangler-action/pull/303) [`3ec7f8943ef83351f743cfaa8763a9056ef70993`](https://github.com/cloudflare/wrangler-action/commit/3ec7f8943ef83351f743cfaa8763a9056ef70993) Thanks [@courtney-sims](https://github.com/courtney-sims)! - Support id, environment, url, and alias outputs for Pages deploys.
## 3.9.0 ## 3.9.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "wrangler-action", "name": "wrangler-action",
"version": "3.9.0", "version": "3.10.0",
"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",