Skip to content

Commit

Permalink
feat(1958): Publish major version. BREAKING CHANGE: hapi v19 (#28)
Browse files Browse the repository at this point in the history
* feat: upgrade pkg

* feat: upgrade pkg versions
  • Loading branch information
pritamstyz4ever authored Aug 26, 2020
1 parent 60d05ea commit d22725e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screwdriver-executor-router",
"version": "1.0.1",
"version": "2.0.0",
"description": "A generic plugin for routing builds to specified executors",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -41,7 +41,8 @@
"sinon": "^4.5.0"
},
"dependencies": {
"screwdriver-executor-base": "^7.0.0",
"screwdriver-data-schema": "^20.0.0",
"screwdriver-executor-base": "^8.0.0",
"screwdriver-logger": "^1.0.0"
},
"release": {
Expand Down
2 changes: 1 addition & 1 deletion screwdriver.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
shared:
image: node:8
image: node:12

jobs:
main:
Expand Down

0 comments on commit d22725e

Please sign in to comment.