Skip to content

Commit

Permalink
Release 8.0.0 - May 10, 2024, 10:40 PM MDT [skip ci]
Browse files Browse the repository at this point in the history
## [8.0.0](v7.8.1...v8.0.0) (2024-05-11)

### ⚠ BREAKING CHANGES

* **npm:** node
* **npm:** node 20

### Bug Fixes

* **team-requested-reviewers:** attempt to clean up getRequestedReviewersAsIndividuals ([3970fdd](3970fdd))
* **logger:** fix incorrect import of formatISO ([20245d2](20245d2))

### Build System

* **npm:** bREAKING npm deps to latest, node to 20.13.1, release workflow updated ([b57b6a9](b57b6a9)), closes [#63](#63)
* **npm:** set conventional-changelog-conventionalcommits to 7.0.2 ([1cd64e9](1cd64e9)), closes [/github.com/semantic-release/release-notes-generator/issues/633#issuecomment-2100094407](https://github.com/mlg87//github.com/semantic-release/release-notes-generator/issues/633/issues/issuecomment-2100094407)
* **npm:** update npm deps, node to 20 ([b170fd2](b170fd2)), closes [#63](#63)
* **npm:** updates yarn.lock ([4ee76d4](4ee76d4))
  • Loading branch information
semantic-release-bot committed May 11, 2024
1 parent 90390fe commit d4cc444
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [8.0.0](https://github.com/mlg87/pr-reviewer-slack-notify-action/compare/v7.8.1...v8.0.0) (2024-05-11)


### ⚠ BREAKING CHANGES

* **npm:** node
* **npm:** node 20

### Bug Fixes

* **team-requested-reviewers:** attempt to clean up getRequestedReviewersAsIndividuals ([3970fdd](https://github.com/mlg87/pr-reviewer-slack-notify-action/commit/3970fddfcc749801a0d7a960652ae62a96f5a7e2))
* **logger:** fix incorrect import of formatISO ([20245d2](https://github.com/mlg87/pr-reviewer-slack-notify-action/commit/20245d2902611d919cd17111685e5bb5dc64c5ef))


### Build System

* **npm:** bREAKING npm deps to latest, node to 20.13.1, release workflow updated ([b57b6a9](https://github.com/mlg87/pr-reviewer-slack-notify-action/commit/b57b6a9a833df6f5a95a239b2c425b89441d52ec)), closes [#63](https://github.com/mlg87/pr-reviewer-slack-notify-action/issues/63)
* **npm:** set conventional-changelog-conventionalcommits to 7.0.2 ([1cd64e9](https://github.com/mlg87/pr-reviewer-slack-notify-action/commit/1cd64e96958674c9b5d7b38ebf505f1c35a7f671)), closes [/github.com/semantic-release/release-notes-generator/issues/633#issuecomment-2100094407](https://github.com/mlg87//github.com/semantic-release/release-notes-generator/issues/633/issues/issuecomment-2100094407)
* **npm:** update npm deps, node to 20 ([b170fd2](https://github.com/mlg87/pr-reviewer-slack-notify-action/commit/b170fd27d1af4e3e0f23f929e2ce25926b2f46f1)), closes [#63](https://github.com/mlg87/pr-reviewer-slack-notify-action/issues/63)
* **npm:** updates yarn.lock ([4ee76d4](https://github.com/mlg87/pr-reviewer-slack-notify-action/commit/4ee76d4be77208f162a51548d128c79c31ffbd1e))

### [7.8.1](https://github.com/mlg87/pr-reviewer-slack-notify-action/compare/v7.8.0...v7.8.1) (2023-05-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
"release": "semantic-release",
"test": "jest"
},
"version": "7.8.1"
"version": "8.0.0"
}

0 comments on commit d4cc444

Please sign in to comment.