Skip to content

Commit e456ee4

Browse files
chore(release): 2.3.0
1 parent 8a7aa7c commit e456ee4

2 files changed

Lines changed: 14 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
### Changed
1414

15-
- Make prerelease self-update confirmation default to `No`.
16-
- `Update-NovaModuleTool`, `Update-NovaModuleTools`, and `% nova update` now require an explicit `Y` before a
17-
prerelease self-update continues, so pressing Enter cancels the update instead of accepting it.
18-
- Render bold text in white across the hosted HTML documentation.
19-
- Emphasized `<strong>` and `<b>` text now stands out more clearly when scanning docs pages.
20-
2115
### Deprecated
2216

2317
### Removed
@@ -26,6 +20,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2620

2721
### Security
2822

23+
## [2.3.0] - 2026-05-06
24+
25+
### Changed
26+
27+
- Make prerelease self-update confirmation default to `No`.
28+
- `Update-NovaModuleTool`, `Update-NovaModuleTools`, and `% nova update` now require an explicit `Y` before a
29+
prerelease self-update continues, so pressing Enter cancels the update instead of accepting it.
30+
- Render bold text in white across the hosted HTML documentation.
31+
- Emphasized `<strong>` and `<b>` text now stands out more clearly when scanning docs pages.
32+
2933
## [2.2.0] - 2026-05-06
3034

3135
### Changed
@@ -348,7 +352,8 @@ Keep stable `Update-NovaModuleVersion` / `% nova bump` releases on the SemVer ma
348352

349353
[0.0.5]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.4...Version_0.0.5
350354

351-
[Unreleased]: https://github.com/stiwicourage/NovaModuleTools/compare/2.2.0...HEAD
355+
[Unreleased]: https://github.com/stiwicourage/NovaModuleTools/compare/2.3.0...HEAD
356+
[2.3.0]: https://github.com/stiwicourage/NovaModuleTools/compare/2.2.0...2.3.0
352357
[2.2.0]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_2.1.0...2.2.0
353358
[2.1.0]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_2.0.0...Version_2.1.0
354359
[2.0.0]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_1.9.1...Version_2.0.0
@@ -364,3 +369,4 @@ Keep stable `Update-NovaModuleVersion` / `% nova bump` releases on the SemVer ma
364369
[0.0.6]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.5...Version_0.0.6
365370
[0.0.5]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.4...Version_0.0.5
366371
[0.0.4]: https://github.com/stiwicourage/NovaModuleTools/compare/Version_0.0.3...Version_0.0.4
372+

project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ProjectName": "NovaModuleTools",
33
"Description": "NovaModuleTools is an enterprise-focused evolution of ModuleTools, designed for large-scale PowerShell projects with a strong emphasis on structure, maintainability, and automated CI/CD pipelines.",
4-
"Version": "2.2.1-preview",
4+
"Version": "2.3.0",
55
"Preamble": [
66
"Set-StrictMode -Version Latest",
77
"$ErrorActionPreference = 'Stop'"

0 commit comments

Comments
 (0)