Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Jan 29, 2018
1 parent db714c6 commit ab6922d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.1.0"></a>
# [1.1.0](https://github.com/marviq/generator-bat/compare/v1.0.3...v1.1.0) (2018-01-29)


### Bug Fixes

* **generators/app/templates:** remove `bash` command blocks' inconsistencies ([59d7124](https://github.com/marviq/generator-bat/commit/59d7124))
* **generators/app/templates:** tweak ribbon ([d00f512](https://github.com/marviq/generator-bat/commit/d00f512))
* **generators/app/templatestests:** fix unit test descriptions grammar ([440f8dc](https://github.com/marviq/generator-bat/commit/440f8dc))
* **generators/apps/templates:** fix references in documentation ([8b3ffc2](https://github.com/marviq/generator-bat/commit/8b3ffc2))


### Features

* **generators:** change how the settings object(s) defines available apis ([d4f395e](https://github.com/marviq/generator-bat/commit/d4f395e))
* **generators/app/templates:** add support for easy access to generated code documentation ([db714c6](https://github.com/marviq/generator-bat/commit/db714c6))



<a name="1.0.3"></a>
## [1.0.3](https://github.com/marviq/generator-bat/compare/v1.0.2...v1.0.3) (2018-01-22)

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 @@ -62,5 +62,5 @@
"release": "standard-version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.3"
"version": "1.1.0"
}

0 comments on commit ab6922d

Please sign in to comment.