Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Oct 18, 2017
1 parent 7a857ef commit 3f68c87
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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="1.0.1"></a>
## [1.0.1](https://github.com/marviq/generator-bat/compare/v1.0.0...v1.0.1) (2017-10-18)


### Bug Fixes

* **generators/{app,demo}/templates:** prevent undefined optional parameters from appearing in de url as `"null"` or `"undefined"` (the strings that is) ([625776b](https://github.com/marviq/generator-bat/commit/625776b))
* **generators/app/templates:** modernize environment ribbon (debug) ([066ecad](https://github.com/marviq/generator-bat/commit/066ecad))


### Features

* **generators/app:** include warning about generated localization file ([60b98da](https://github.com/marviq/generator-bat/commit/60b98da))
* **generators/app/templates:** add revision (commit) to environment ribbon ([a24c9ad](https://github.com/marviq/generator-bat/commit/a24c9ad))



<a name="1.0.0"></a>
# [1.0.0](https://github.com/marviq/generator-bat/compare/v0.1.27...v1.0.0) (2017-10-12)

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
Expand Up @@ -60,5 +60,5 @@
"release": "standard-version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
"version": "1.0.1"
}

0 comments on commit 3f68c87

Please sign in to comment.