Skip to content

Commit

Permalink
Merge pull request #98 from godaddy/probot12
Browse files Browse the repository at this point in the history
Update to probot@12
  • Loading branch information
decompil3d authored Aug 16, 2021
2 parents d5e952e + e824fa4 commit 8a14589
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 33 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 6.0.0-alpha.1

- **MAJOR:** Update to `probot@12`

## 6.0.0-alpha.0

- **MAJOR:** Convert to ES Modules
Expand Down
69 changes: 39 additions & 30 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "pullie",
"version": "6.0.0-alpha.0",
"version": "6.0.0-alpha.1",
"type": "module",
"description": "A GitHub bot that makes your PRs better",
"author": "GoDaddy.com Operating Company, LLC",
"maintainers": [
"Jonathan Keslin <jkeslin@godaddy.com>"
"Jonathan Keslin <github@jonathankeslin.com>"
],
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"node-fetch": "^2.6.1",
"p-reduce": "^3.0.0",
"prismjs": "^1.24.1",
"probot": "^11.4.1",
"probot": "^12.1.0",
"resolve-cwd": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 8a14589

Please sign in to comment.