Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

Commit

Permalink
chore(release): 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mischah committed May 3, 2018
1 parent c412525 commit e1c9814
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

<a name="3.1.0"></a>
# [3.1.0](https://github.com/micromata/generator-baumeister/compare/3.0.0...3.1.0) (2018-05-03)


### Bug Fixes

* bring back object-rest-spread babel plugin for client code ([6792fb8](https://github.com/micromata/generator-baumeister/commit/6792fb8))
* Linting error caused by updating eslint-config-xo ([ac9b3a8](https://github.com/micromata/generator-baumeister/commit/ac9b3a8))


### Features

* Add interactive menu to list and run the most important scripts ([6e97c48](https://github.com/micromata/generator-baumeister/commit/6e97c48))



<a name="3.0.0"></a>
# [3.0.0](https://github.com/micromata/generator-baumeister/compare/3.0.0-beta.1...3.0.0) (2018-04-04)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-baumeister",
"version": "3.0.0",
"version": "3.1.0",
"description": "Yeoman Generator for »Baumeister«. The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.",
"license": "MIT",
"main": "app/index.js",
Expand Down

0 comments on commit e1c9814

Please sign in to comment.