From 99aca2688bcbb9b0d5202bc069a05ee2098df317 Mon Sep 17 00:00:00 2001 From: cueedee Date: Mon, 30 Dec 2019 11:26:23 +0100 Subject: [PATCH] chore(release): 1.1.1 --- CHANGELOG.md | 11 ++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8b6312..9eecdc6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) + # [1.1.0](https://github.com/marviq/generator-bat/compare/v1.0.3...v1.1.0) (2018-01-29) diff --git a/package-lock.json b/package-lock.json index e5a56ef9..cf5f7795 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "generator-bat", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6604e091..adc6df47 100644 --- a/package.json +++ b/package.json @@ -64,5 +64,5 @@ "release": "standard-version", "test": "echo \"Error: no test specified\" && exit 1" }, - "version": "1.1.0" + "version": "1.1.1" }