From a3cf8ba74e69d910888567c117165dbdf8f85c5d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Jun 2020 11:56:46 +0000 Subject: [PATCH 1/4] chore(release): 1.3.4 [skip ci] ## [1.3.4](https://github.com/WormieCorp/generator-cake-addin/compare/v1.3.3...v1.3.4) (2020-06-23) ### Dependencies * bump chalk from 4.0.0 to 4.1.0 ([da82b6d](https://github.com/WormieCorp/generator-cake-addin/commit/da82b6d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2af0f02..241e4556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Cake Addin generator changelog +## [1.3.4](https://github.com/WormieCorp/generator-cake-addin/compare/v1.3.3...v1.3.4) (2020-06-23) + + +### Dependencies + +* bump chalk from 4.0.0 to 4.1.0 ([da82b6d](https://github.com/WormieCorp/generator-cake-addin/commit/da82b6d)) + ## [1.3.3](https://github.com/WormieCorp/generator-cake-addin/compare/v1.3.2...v1.3.3) (2020-05-29) diff --git a/package.json b/package.json index b09f8ce4..2136a161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-cake-addin", - "version": "1.3.3", + "version": "1.3.4", "description": "A yeoman generator to get you quickly set up for writing Cake Addins.", "icon": "graphics/icon_128x128.png", "scripts": { From 27616a47c6794b291027bce88bdf4379377e5ffb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 Jun 2020 20:14:42 +0000 Subject: [PATCH 2/4] chore(release): 1.3.5 [skip ci] ## [1.3.5](https://github.com/WormieCorp/generator-cake-addin/compare/v1.3.4...v1.3.5) (2020-06-24) ### Dependencies * bump through2 from 3.0.1 to 3.0.2 ([84d9b30](https://github.com/WormieCorp/generator-cake-addin/commit/84d9b30)) * bump uuid from 8.1.0 to 8.2.0 ([9ccf166](https://github.com/WormieCorp/generator-cake-addin/commit/9ccf166)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 241e4556..eae4e98c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Cake Addin generator changelog +## [1.3.5](https://github.com/WormieCorp/generator-cake-addin/compare/v1.3.4...v1.3.5) (2020-06-24) + + +### Dependencies + +* bump through2 from 3.0.1 to 3.0.2 ([84d9b30](https://github.com/WormieCorp/generator-cake-addin/commit/84d9b30)) +* bump uuid from 8.1.0 to 8.2.0 ([9ccf166](https://github.com/WormieCorp/generator-cake-addin/commit/9ccf166)) + ## [1.3.4](https://github.com/WormieCorp/generator-cake-addin/compare/v1.3.3...v1.3.4) (2020-06-23) diff --git a/package.json b/package.json index 3efaf91c..be58a7b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-cake-addin", - "version": "1.3.4", + "version": "1.3.5", "description": "A yeoman generator to get you quickly set up for writing Cake Addins.", "icon": "graphics/icon_128x128.png", "scripts": { From 461f04133a5947f7270c6d1fda8fe56e6f962bb5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Jun 2020 00:06:01 +0000 Subject: [PATCH 3/4] chore(release): 1.3.6 [skip ci] ## [1.3.6](https://github.com/WormieCorp/generator-cake-addin/compare/v1.3.5...v1.3.6) (2020-06-27) ### Dependencies * bump yeoman-generator from 4.10.1 to 4.11.0 ([248ae3b](https://github.com/WormieCorp/generator-cake-addin/commit/248ae3b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eae4e98c..a9a92e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Cake Addin generator changelog +## [1.3.6](https://github.com/WormieCorp/generator-cake-addin/compare/v1.3.5...v1.3.6) (2020-06-27) + + +### Dependencies + +* bump yeoman-generator from 4.10.1 to 4.11.0 ([248ae3b](https://github.com/WormieCorp/generator-cake-addin/commit/248ae3b)) + ## [1.3.5](https://github.com/WormieCorp/generator-cake-addin/compare/v1.3.4...v1.3.5) (2020-06-24) diff --git a/package.json b/package.json index a5b29f1f..810ca919 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-cake-addin", - "version": "1.3.5", + "version": "1.3.6", "description": "A yeoman generator to get you quickly set up for writing Cake Addins.", "icon": "graphics/icon_128x128.png", "scripts": { From 7423daa8171962648c681aa6ef0ce2b68faaec05 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 Jul 2020 12:27:14 +0000 Subject: [PATCH 4/4] chore(release): 1.3.7 [skip ci] ## [1.3.7](https://github.com/WormieCorp/generator-cake-addin/compare/v1.3.6...v1.3.7) (2020-07-22) ### Bug fixes * **app:** correct duplicate prompting when running app generator ([1973392](https://github.com/WormieCorp/generator-cake-addin/commit/1973392)), closes [#410](https://github.com/WormieCorp/generator-cake-addin/issues/410) ### Dependencies * [security] bump npm from 6.13.4 to 6.14.7 ([#412](https://github.com/WormieCorp/generator-cake-addin/issues//412)) ([ed25431](https://github.com/WormieCorp/generator-cake-addin/commit/ed25431)) * bump npm-registry-fetch from 4.0.2 to 4.0.5 ([#402](https://github.com/WormieCorp/generator-cake-addin/issues//402)) ([7d6e30a](https://github.com/WormieCorp/generator-cake-addin/commit/7d6e30a)) * bump through2 from 3.0.2 to 4.0.2 ([a148c1f](https://github.com/WormieCorp/generator-cake-addin/commit/a148c1f)) ### Documentation * remove build badge for appveyor ([7bd5a2a](https://github.com/WormieCorp/generator-cake-addin/commit/7bd5a2a)) * remove known issue section ([459eaa1](https://github.com/WormieCorp/generator-cake-addin/commit/459eaa1)) --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9a92e0b..d85c8cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Cake Addin generator changelog +## [1.3.7](https://github.com/WormieCorp/generator-cake-addin/compare/v1.3.6...v1.3.7) (2020-07-22) + + +### Bug fixes + +* **app:** correct duplicate prompting when running app generator ([1973392](https://github.com/WormieCorp/generator-cake-addin/commit/1973392)), closes [#410](https://github.com/WormieCorp/generator-cake-addin/issues/410) + + +### Dependencies + +* [security] bump npm from 6.13.4 to 6.14.7 ([#412](https://github.com/WormieCorp/generator-cake-addin/issues//412)) ([ed25431](https://github.com/WormieCorp/generator-cake-addin/commit/ed25431)) +* bump npm-registry-fetch from 4.0.2 to 4.0.5 ([#402](https://github.com/WormieCorp/generator-cake-addin/issues//402)) ([7d6e30a](https://github.com/WormieCorp/generator-cake-addin/commit/7d6e30a)) +* bump through2 from 3.0.2 to 4.0.2 ([a148c1f](https://github.com/WormieCorp/generator-cake-addin/commit/a148c1f)) + + +### Documentation + +* remove build badge for appveyor ([7bd5a2a](https://github.com/WormieCorp/generator-cake-addin/commit/7bd5a2a)) +* remove known issue section ([459eaa1](https://github.com/WormieCorp/generator-cake-addin/commit/459eaa1)) + ## [1.3.6](https://github.com/WormieCorp/generator-cake-addin/compare/v1.3.5...v1.3.6) (2020-06-27) diff --git a/package.json b/package.json index 5b497dff..dfbc6047 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "generator-cake-addin", - "version": "1.3.6", + "version": "1.3.7", "description": "A yeoman generator to get you quickly set up for writing Cake Addins.", "icon": "graphics/icon_128x128.png", "scripts": {