diff --git a/.changeset/gold-moose-check.md b/.changeset/gold-moose-check.md deleted file mode 100644 index da8edf5c..00000000 --- a/.changeset/gold-moose-check.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"wrangler-action": minor ---- - -feat: Quiet mode -Some of the stderr, stdout, info & groupings can be a little noisy for some users and use cases. -This feature allows for a option to be passed 'quiet: true' this would significantly reduce the noise. - -There will still be output that lets the user know Wrangler Installed and Wrangler Action completed successfully. -Any failure status will still be output to the user as well, to prevent silent failures. - -resolves #142 diff --git a/CHANGELOG.md b/CHANGELOG.md index 37b3b64a..1afc95e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 3.1.0 + +### Minor Changes + +- [#154](https://github.com/cloudflare/wrangler-action/pull/154) [`3f40637`](https://github.com/cloudflare/wrangler-action/commit/3f40637a1c48016d2101e412a7a06f1eb4b9c2fd) Thanks [@JacobMGEvans](https://github.com/JacobMGEvans)! - feat: Quiet mode + Some of the stderr, stdout, info & groupings can be a little noisy for some users and use cases. + This feature allows for a option to be passed 'quiet: true' this would significantly reduce the noise. + + There will still be output that lets the user know Wrangler Installed and Wrangler Action completed successfully. + Any failure status will still be output to the user as well, to prevent silent failures. + + resolves #142 + ## 3.0.2 ### Patch Changes diff --git a/package.json b/package.json index e9ea0002..9e1179d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wrangler-action", - "version": "3.0.2", + "version": "3.1.0", "description": "GitHub Action to use [Wrangler](https://developers.cloudflare.com/workers/cli-wrangler/).", "author": "wrangler@cloudflare.com", "license": "MIT OR Apache-2.0",