From d5d224b187c78ee17ee9471af427e4afeddffa50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=BChnel?= Date: Thu, 3 May 2018 13:13:45 +0200 Subject: [PATCH] chore(release): 3.1.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 943f6ee..898da6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [3.1.0](https://github.com/micromata/baumeister/compare/3.0.1...3.1.0) (2018-05-03) + + +### Bug Fixes + +* bring back object-rest-spread babel plugin for client code ([4b0ca35](https://github.com/micromata/baumeister/commit/4b0ca35)) + + +### Features + +* Add interactive menu to list and run the most important scripts ([37c36e9](https://github.com/micromata/baumeister/commit/37c36e9)) + + + ## [3.0.1](https://github.com/micromata/baumeister/compare/3.0.0...3.0.1) (2018-04-26) diff --git a/package-lock.json b/package-lock.json index ba85cdb..f916c7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "baumeister", - "version": "3.0.1", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index db33293..ef58061 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "node": ">=6.0.0" }, "license": "MIT", - "version": "3.0.1", + "version": "3.1.0", "repository": "micromata/baumeister", "private": true, "scripts": {