From 2552fa8a79a2ad3160f64f240d9ae096398393a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 06:22:47 +0000 Subject: [PATCH] chore(release): release 5.13.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 025074ca..60c83826 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.13.0" + ".": "5.13.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc16eab..a7020cb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## [5.13.1](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.13.0...v5.13.1) (2023-10-21) + + +### Miscellaneous Chores + +* **deps:** update js-devtools/npm-publish action to v3 ([46dd139](https://github.com/muhlba91/pulumi-proxmoxve/commit/46dd139954addcbf2cd07cc2da353e3cbd1106b4)) +* **deps:** update module github.com/bpg/terraform-provider-proxmox to v0.35.0 ([79514f0](https://github.com/muhlba91/pulumi-proxmoxve/commit/79514f0540c4894dc0fd6e706d9408a4af5a456c)) +* **deps:** update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.62.0 ([71d2572](https://github.com/muhlba91/pulumi-proxmoxve/commit/71d25721f9786eb282686a787e76140e6d3174f2)) +* **deps:** update module github.com/pulumi/pulumi/sdk/v3 to v3.89.0 ([871cb65](https://github.com/muhlba91/pulumi-proxmoxve/commit/871cb65d416d20f001937d1366a491054b89f617)) +* **release:** prepare for upstream 0.35.0 ([60678e6](https://github.com/muhlba91/pulumi-proxmoxve/commit/60678e6dd2c398ffac095eef25d2b14c636a695e)) + ## [5.13.0](https://github.com/muhlba91/pulumi-proxmoxve/compare/v5.12.3...v5.13.0) (2023-10-12)