Version Packages

This commit is contained in:
github-actions[bot] 2023-10-10 20:20:04 +00:00
parent 032a7248fa
commit 326ba30882
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
"wrangler-action": minor
---
Added support for Bun as a package manager

View file

@ -1,5 +1,11 @@
# Changelog
## 3.3.0
### Minor Changes
- [#188](https://github.com/cloudflare/wrangler-action/pull/188) [`d9a0a00`](https://github.com/cloudflare/wrangler-action/commit/d9a0a00f8bc502ceea2a60e5af258416b35a85b9) Thanks [@simpleauthority](https://github.com/simpleauthority)! - Added support for Bun as a package manager
## 3.2.1
### Patch Changes

View file

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