diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f0203aa..09ba120e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.2.0](https://github.com/sQVe/30s/compare/v1.1.0...v1.2.0) (2019-04-11) + + +### Bug Fixes + +* **test:** repair integration tests ([a6d790a](https://github.com/sQVe/30s/commit/a6d790a)) + + +### Features + +* **build:** use rollup based buildsystem ([51699f0](https://github.com/sQVe/30s/commit/51699f0)) + # [1.1.0](https://github.com/sQVe/30s/compare/v1.0.12...v1.1.0) (2019-03-08) diff --git a/package-lock.json b/package-lock.json index 43fbcd56..d8fa45b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "30s", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5940b000..7593b4b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "30s", - "version": "1.1.0", + "version": "1.2.0", "description": "A command-line application for 30 seconds of code snippets", "author": "Oskar Grunning ", "license": "CC0-1.0",