Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jun 24, 2024
1 parent 2ac410f commit 408d4e7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.8.0

- Support moon v1.26.
- Updated dependencies.

# 1.7.0

- Added a `skip-comment` input setting to disable commenting on PRs.
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonrepo/run-report-action",
"version": "1.7.0",
"version": "1.8.0",
"description": "A GitHub action that reports the run results of `moon ci` to a pull request.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@moonrepo/report": "^1.2.2",
"@moonrepo/report": "^1.3.0",
"@moonrepo/types": "^1.18.0"
},
"devDependencies": {
Expand Down

0 comments on commit 408d4e7

Please sign in to comment.