From bc61e66e47258eace9d8990a8337a206e1bed7f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Nov 2024 21:26:00 +0000 Subject: [PATCH] Version Packages --- .changeset/brown-planets-clean.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/brown-planets-clean.md diff --git a/.changeset/brown-planets-clean.md b/.changeset/brown-planets-clean.md deleted file mode 100644 index a49bf20..0000000 --- a/.changeset/brown-planets-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler-action": patch ---- - -Fixes #317: Generate a new output directory with a randomUUID in the tmpDir, so that when the action is executed multiple times, we use the artifacts from that run, opposed to the artifacts from a previous run. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1de20c0..0130468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.12.1 + +### Patch Changes + +- [#319](https://github.com/cloudflare/wrangler-action/pull/319) [`59c04629408d58978884fadd18755f1a15f96157`](https://github.com/cloudflare/wrangler-action/commit/59c04629408d58978884fadd18755f1a15f96157) Thanks [@Maximo-Guk](https://github.com/Maximo-Guk)! - Fixes #317: Generate a new output directory with a randomUUID in the tmpDir, so that when the action is executed multiple times, we use the artifacts from that run, opposed to the artifacts from a previous run. + ## 3.12.0 ### Minor Changes diff --git a/package.json b/package.json index 21566d9..8d72e74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wrangler-action", - "version": "3.12.0", + "version": "3.12.1", "description": "GitHub Action to use [Wrangler](https://developers.cloudflare.com/workers/cli-wrangler/).", "author": "wrangler@cloudflare.com", "license": "MIT OR Apache-2.0",