Skip to content

Commit 306247c

Browse files
committed
version-bump
1 parent 701de13 commit 306247c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: 10
17+
node-version: 12
1818
- run: npm ci
1919
- run: npm test
2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hapi-response-time",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Response Time plugin for HapiJS",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)