Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Dec 30, 2019
1 parent ce7040c commit 99aca26
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Change Log
# Changelog

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.

### [1.1.1](https://github.com/marviq/generator-bat/compare/v1.1.0...v1.1.1) (2019-12-30)


### Bug Fixes

* **generators/app:** fix typo ([72bdb85](https://github.com/marviq/generator-bat/commit/72bdb854c04f597386b9c9de43c58a6c8cf3c89a))
* **generators/app:** update project baseline files with current best practices and defaults ([fbcfd8c](https://github.com/marviq/generator-bat/commit/fbcfd8ca7926adf07b81e09aeb584090eefc2e2d))
* **generators/app/templates:** fix comment ([03321a0](https://github.com/marviq/generator-bat/commit/03321a0d00fed538724a2e614180d007fa3622dc))

<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)

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

0 comments on commit 99aca26

Please sign in to comment.