Version Packages

This commit is contained in:
github-actions[bot] 2023-09-18 19:12:19 +00:00
parent 13d70757d2
commit e0254d06bc
3 changed files with 9 additions and 8 deletions

View file

@ -1,7 +0,0 @@
---
"wrangler-action": minor
---
Support for package managers other than npm, such as pnpm and yarn.
fixes #156

View file

@ -1,5 +1,13 @@
# Changelog
## 3.2.0
### Minor Changes
- [#166](https://github.com/cloudflare/wrangler-action/pull/166) [`7d7b988`](https://github.com/cloudflare/wrangler-action/commit/7d7b98826e14e9ad422870a7263b7074b40bf16f) Thanks [@nix6839](https://github.com/nix6839)! - Support for package managers other than npm, such as pnpm and yarn.
fixes #156
## 3.1.1
### Patch Changes

View file

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