From ecdc1fd12fcae10a5aa5703db6e6586db5c5a2b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 May 2022 21:58:35 +1000 Subject: [PATCH] Bump PowerShell dependencies (#107) * Update ./modules.json * Bump change log Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Bernie White --- CHANGELOG.md | 4 ++++ modules.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c251238..b33f10d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ ## Unreleased +What's changed since pre-release v0.4.0-B2204019: + - Engineering: + - Bump PSRule to v2.1.0. [#107](https://github.com/microsoft/PSRule.Rules.CAF/pull/107) + - Bump PSRule.Rules.Azure to v1.15.0. [#107](https://github.com/microsoft/PSRule.Rules.CAF/pull/107) - Bump Pester to 5.3.3. [#106](https://github.com/microsoft/PSRule.Rules.CAF/pull/106) ## v0.4.0-B2204019 (pre-release) diff --git a/modules.json b/modules.json index 806ef17..345d2c6 100644 --- a/modules.json +++ b/modules.json @@ -1,10 +1,10 @@ { "dependencies": { "PSRule": { - "version": "2.0.1" + "version": "2.1.0" }, "PSRule.Rules.Azure": { - "version": "1.14.3" + "version": "1.15.0" } }, "devDependencies": {