Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/goodworkaround/LCWMermaidGenerator/compare/v0.1.0...v0.2.0) (2026-03-17)


### Features

* Add -AzureDevOps switch for ADO-compatible mermaid output ([5bbf311](https://github.com/goodworkaround/LCWMermaidGenerator/commit/5bbf311e393cfe066d8db0a44dde3769606073b7))

## [0.1.0](https://github.com/goodworkaround/LCWMermaidGenerator/compare/v0.0.1...v0.1.0) (2026-03-17)


Expand Down
2 changes: 1 addition & 1 deletion Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A module for simplifying the process of getting an access token from Entra ID

| Metadata | Information |
| --- | --- |
| Version | 0.1.0 |
| Version | 0.2.0 |
| Author | Marius Solbakken Mellum |
| Company name | Fortytwo Technologies AS |
| PowerShell version | 7.1 |
Expand Down
2 changes: 1 addition & 1 deletion LCWMermaidGenerator/LCWMermaidGenerator.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
RootModule = 'LCWMermaidGenerator.psm1'

# Version number of this module.
ModuleVersion = '0.1.0'
ModuleVersion = '0.2.0'

# Supported PSEditions
CompatiblePSEditions = @('Core')
Expand Down