diff --git a/ChangeLog b/ChangeLog index 533c806..9d20b1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2020.02.27, Version 1.1.0 + +Changes since version 1.0.0: + +* action: add .npmrc scope + + 2019.11.16, Version 1.0.0 Changes since alpha 1.0.0: diff --git a/package.json b/package.json index 7cb499e..9634fef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rynz/node-test-protocol", - "version": "1.0.0", + "version": "1.1.0", "description": "", "main": "lib/protocol.js", "scripts": { @@ -22,4 +22,4 @@ "jest": "^24.9.0", "prettier": "^1.19.1" } -} +} \ No newline at end of file