Skip to content

Commit bc00271

Browse files
authored
Merge pull request #11 from goodworkaround/release-please--branches--main
chore(main): release 0.2.0
2 parents 5bbf311 + a04a8fb commit bc00271

4 files changed

Lines changed: 10 additions & 3 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-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/goodworkaround/LCWMermaidGenerator/compare/v0.1.0...v0.2.0) (2026-03-17)
4+
5+
6+
### Features
7+
8+
* Add -AzureDevOps switch for ADO-compatible mermaid output ([5bbf311](https://github.com/goodworkaround/LCWMermaidGenerator/commit/5bbf311e393cfe066d8db0a44dde3769606073b7))
9+
310
## [0.1.0](https://github.com/goodworkaround/LCWMermaidGenerator/compare/v0.0.1...v0.1.0) (2026-03-17)
411

512

Documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A module for simplifying the process of getting an access token from Entra ID
44

55
| Metadata | Information |
66
| --- | --- |
7-
| Version | 0.1.0 |
7+
| Version | 0.2.0 |
88
| Author | Marius Solbakken Mellum |
99
| Company name | Fortytwo Technologies AS |
1010
| PowerShell version | 7.1 |

LCWMermaidGenerator/LCWMermaidGenerator.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
RootModule = 'LCWMermaidGenerator.psm1'
99

1010
# Version number of this module.
11-
ModuleVersion = '0.1.0'
11+
ModuleVersion = '0.2.0'
1212

1313
# Supported PSEditions
1414
CompatiblePSEditions = @('Core')

0 commit comments

Comments
 (0)