Skip to content

Commit 0db2f5c

Browse files
Update ./modules.json (#172)
* Update ./modules.json * Bump change log --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e3a7664 commit 0db2f5c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
What's changed since v0.6.0:
66

77
- Engineering:
8+
- Bump PSRule to v2.9.0.
9+
[#172](https://github.com/microsoft/PSRule.Monitor/pull/172)
10+
- Bump Pester to v5.6.1.
11+
[#172](https://github.com/microsoft/PSRule.Monitor/pull/172)
12+
- Bump PSScriptAnalyzer to v1.22.0.
13+
[#172](https://github.com/microsoft/PSRule.Monitor/pull/172)
814
- Bump xunit to v2.6.6.
915
[#152](https://github.com/microsoft/PSRule.Monitor/pull/152)
1016
- Bump xunit.runner.visualstudio to v2.5.8.

modules.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"dependencies": {
33
"PSRule": {
4-
"version": "2.8.1"
4+
"version": "2.9.0"
55
}
66
},
77
"devDependencies": {
88
"Pester": {
9-
"version": "5.4.1"
9+
"version": "5.6.1"
1010
},
1111
"platyPS": {
1212
"version": "0.14.2"
@@ -15,7 +15,7 @@
1515
"version": "0.9.0"
1616
},
1717
"PSScriptAnalyzer": {
18-
"version": "1.21.0"
18+
"version": "1.22.0"
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)