From 754a7393007225512d296f636ee5421d602eec20 Mon Sep 17 00:00:00 2001 From: Crash Collison <3751389+tehcrashxor@users.noreply.github.com> Date: Tue, 14 May 2024 23:18:53 +0000 Subject: [PATCH] Bump to 1.32.6 --- CHANGELOG.md | 2 +- gulpfile.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 698ceda7..db366c05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log - Power Platform Extension ## NEXTRELEASE -- pac CLI 1.32.5, (May 2024 refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) +- pac CLI 1.32.6, (May 2024 refresh, see release notes on [nuget.org](https://www.nuget.org/packages/Microsoft.PowerApps.CLI/)) ## 2.0.49 Web extension updates diff --git a/gulpfile.mjs b/gulpfile.mjs index 2d2c8c73..a0415185 100644 --- a/gulpfile.mjs +++ b/gulpfile.mjs @@ -347,7 +347,7 @@ async function snapshot() { } const feedName = 'CAP_ISVExp_Tools_Stable'; -const cliVersion = '1.32.5'; +const cliVersion = '1.32.6'; const recompile = gulp.series( clean,