diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 23c924e51..c8f10aeec 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update cloudflare/wrangler-action action to v3.4.0 + hash: fd77f28e5a5710fc7f2dce78e70c3ba772a5e097 + body: | + Update cloudflare/wrangler-action from 3.3.2 to 3.4.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 5.16.1 + title: "" + date: 2023-12-19T18:58:10.801Z - commits: - subject: Add unique artifact names to cargo publish hash: bc22356ab2ceae9b46187263d91dff8c92c030fa diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c38b485..1659159e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 5.16.1 - 2023-12-19 + +* Update cloudflare/wrangler-action action to v3.4.0 [Self-hosted Renovate Bot] + ## 5.16.0 - 2023-12-19 * Add unique artifact names to cargo publish [Kyle Harding] diff --git a/package-lock.json b/package-lock.json index b904e2720..57df2d35e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flowzone", - "version": "5.16.0", + "version": "5.16.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flowzone", - "version": "5.16.0", + "version": "5.16.1", "dependencies": { "yaml": "^2.1.3" }, diff --git a/package.json b/package.json index d4254a613..e3d499567 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "dependencies": { "yaml": "^2.1.3" }, - "version": "5.16.0", + "version": "5.16.1", "versionist": { - "publishedAt": "2023-12-19T18:05:26.767Z" + "publishedAt": "2023-12-19T18:58:11.318Z" } }