From 6e71e12d67c9e1c959983c274653a28be1ee7b0b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Apr 2019 20:39:03 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [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)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) 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",