Skip to content

Commit 52e7d36

Browse files
committed
chore: release version 1.5.0
1 parent cc2e674 commit 52e7d36

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/atc-net/atc-dsc-configurations/compare/v1.4.0...v1.5.0) (2026-04-03)
4+
5+
6+
### Features
7+
8+
* add PowerShell module installation to base configuration ([63b5baf](https://github.com/atc-net/atc-dsc-configurations/commit/63b5baf3483768fd32ad872ae5c4e58482df1065))
9+
* display npm, pip, and az extension manifests in TUI Extensions tab ([f40c4df](https://github.com/atc-net/atc-dsc-configurations/commit/f40c4dfcf1e44b74897ddd2325e9cc4e00120ec5))
10+
311
## [1.4.0](https://github.com/atc-net/atc-dsc-configurations/compare/v1.3.0...v1.4.0) (2026-04-02)
412

513

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PropertyGroup Label="Versioning">
1818
<!-- The 'x-release-please-' comments are used to inform the release-please action that it should update the semver version here -->
1919
<!-- x-release-please-start-version -->
20-
<Version>1.4.0</Version>
20+
<Version>1.5.0</Version>
2121
<!-- x-release-please-end -->
2222
<IncludeSourceRevisionInInformationalVersion>true</IncludeSourceRevisionInInformationalVersion>
2323
</PropertyGroup>

0 commit comments

Comments
 (0)