diff --git a/CHANGELOG.md b/CHANGELOG.md index f8ffc48..88af053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +# [1.2.0](https://github.com/robbporto/reshort/compare/v1.1.0...v1.2.0) (2018-10-29) + + + # 1.1.0 (2018-10-20) diff --git a/package-lock.json b/package-lock.json index 8f2abf4..a3b6906 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "reshort", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 35f820a..71b6a26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reshort", - "version": "1.1.0", + "version": "1.2.0", "description": "A way to write less in our actions", "license": "MIT", "repository": "robbporto/reshort",