From 26103fa86c4add88b092ecfb407773c33814d447 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 30 Aug 2023 14:04:59 +0000 Subject: [PATCH] Version Packages --- .changeset/stale-spiders-turn.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/stale-spiders-turn.md diff --git a/.changeset/stale-spiders-turn.md b/.changeset/stale-spiders-turn.md deleted file mode 100644 index d682a4b..0000000 --- a/.changeset/stale-spiders-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler-action": patch ---- - -Refactored error handling to stop execution when action fails. Previously, the action would continue executing to completion if one of the steps encountered an error. Fixes #160. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1afc95e..3979353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.1.1 + +### Patch Changes + +- [#161](https://github.com/cloudflare/wrangler-action/pull/161) [`e5251df`](https://github.com/cloudflare/wrangler-action/commit/e5251df52154e9ebc98edb02ee0598c7210dcf0f) Thanks [@1000hz](https://github.com/1000hz)! - Refactored error handling to stop execution when action fails. Previously, the action would continue executing to completion if one of the steps encountered an error. Fixes #160. + ## 3.1.0 ### Minor Changes diff --git a/package.json b/package.json index ceb9feb..2c7ec5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wrangler-action", - "version": "3.1.0", + "version": "3.1.1", "description": "GitHub Action to use [Wrangler](https://developers.cloudflare.com/workers/cli-wrangler/).", "author": "wrangler@cloudflare.com", "license": "MIT OR Apache-2.0",