From 880a5b79f5d458f2e33dd0c20719223606b9ba1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:51:13 +0000 Subject: [PATCH] chore(main): release AzureLiquid 1.3.0 --- .release-please-manifest.json | 2 +- AzureLiquid/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7977a49..77e767e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "AzureLiquid": "1.2.0", + "AzureLiquid": "1.3.0", "AzureLiquid.Preview": "1.2.0" } diff --git a/AzureLiquid/CHANGELOG.md b/AzureLiquid/CHANGELOG.md index 81d812a..603bfd4 100644 --- a/AzureLiquid/CHANGELOG.md +++ b/AzureLiquid/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/lekman/AzureLiquid/compare/AzureLiquid@v1.2.0...AzureLiquid@v1.3.0) (2024-12-01) + + +### Features + +* Add Qodana configuration file and improve code formatting in test files ([d0f4b2c](https://github.com/lekman/AzureLiquid/commit/d0f4b2c47759750b96c75e07fc81843f08594dc7)) + ## [1.2.0](https://github.com/lekman/AzureLiquid/compare/AzureLiquid@v1.1.0...AzureLiquid@v1.2.0) (2024-11-30) ### Features