Skip to content

Commit

Permalink
Bump to 1.32.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tehcrashxor committed May 14, 2024
1 parent 9840511 commit 754a739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 754a739

Please sign in to comment.