Skip to content

Commit

Permalink
Release v2.8.1 (#759)
Browse files Browse the repository at this point in the history
* Update ./modules.json

* Bump change log

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
BernieWhite and github-actions[bot] committed Apr 7, 2023
1 parent be53091 commit bfd2d70
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers

## Unreleased

## v2.8.1

What's changed since v2.8.1:

- Engineering:
- Bump PSRule to v2.8.1.
- See the [change log](https://microsoft.github.io/PSRule/v2/CHANGELOG-v2/#v281)

## v2.8.0

What's changed since v2.7.0:
Expand Down
4 changes: 2 additions & 2 deletions extension.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ module.exports = (env) => {
packagePath: "/ps-rule-assert/ps-rule-assertV2/version.json"
},
{
path: "out/dist/ps_modules/PSRule/2.8.0",
packagePath: "/ps-rule-assert/ps-rule-assertV2/ps_modules/PSRule/2.8.0"
path: "out/dist/ps_modules/PSRule/2.8.1",
packagePath: "/ps-rule-assert/ps-rule-assertV2/ps_modules/PSRule/2.8.1"
},
{
path: "out/dist/ps_modules/VstsTaskSdk/0.11.0",
Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "2.2.5"
},
"PSRule": {
"version": "2.8.0"
"version": "2.8.1"
},
"VstsTaskSdk": {
"version": "0.11.0"
Expand Down

0 comments on commit bfd2d70

Please sign in to comment.