From e97714bf685227655e3b893ac9f9ac53f66c467a Mon Sep 17 00:00:00 2001 From: John Cruikshank Date: Tue, 21 Feb 2017 06:38:27 -0600 Subject: [PATCH] chore(release): bump version, update changelog --- CHANGELOG.md | 13 +++++++++++++ Kraken.nuspec | 11 ++++++----- RELEASENOTES.md | 5 ++++- package.json | 2 +- 4 files changed, 24 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33d75e5..ce62e92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ + +# [1.1.0-prerelease.5](https://github.com/zywave/OctopusDeploy-Kraken/compare/1.1.0-prerelease.4...v1.1.0-prerelease.5) (2017-02-21) + + +### Bug Fixes + +* bundle wwwroot/lib folder (temp hack until dotnet publish works in appveyor correctly) ([9753d51](https://github.com/zywave/OctopusDeploy-Kraken/commit/9753d51)) +* lock info formatting ([44ac4fb](https://github.com/zywave/OctopusDeploy-Kraken/commit/44ac4fb)) +* reorder buttons on index page ([c9b2eb2](https://github.com/zywave/OctopusDeploy-Kraken/commit/c9b2eb2)) +* shorten 'Batch name' label ([4a451ac](https://github.com/zywave/OctopusDeploy-Kraken/commit/4a451ac)) + + + # [1.1.0-prerelease.4](https://github.com/zywave/OctopusDeploy-Kraken/compare/1.1.0-prerelease.3...v1.1.0-prerelease.4) (2017-02-16) diff --git a/Kraken.nuspec b/Kraken.nuspec index 1ebde42..561b1c9 100644 --- a/Kraken.nuspec +++ b/Kraken.nuspec @@ -3,15 +3,16 @@ Kraken Kraken Deploy - 1.1.0-prerelease04 + 1.1.0-prerelease05 https://github.com/Zywave/OctopusDeploy-Kraken https://github.com/Zywave/OctopusDeploy-Kraken/graphs/contributors A companion tool for Octopus Deploy that facilitates deploying multiple projects at once. - - ### Bug Fixes + ### Bug Fixes - * web.config location in deploy script corrected ([dd50370](https://github.com/zywave/OctopusDeploy-Kraken/commit/dd50370)) - +* bundle wwwroot/lib folder (temp hack until dotnet publish works in appveyor correctly) ([9753d51](https://github.com/zywave/OctopusDeploy-Kraken/commit/9753d51)) +* lock info formatting ([44ac4fb](https://github.com/zywave/OctopusDeploy-Kraken/commit/44ac4fb)) +* reorder buttons on index page ([c9b2eb2](https://github.com/zywave/OctopusDeploy-Kraken/commit/c9b2eb2)) +* shorten 'Batch name' label ([4a451ac](https://github.com/zywave/OctopusDeploy-Kraken/commit/4a451ac)) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index dd269a0..438704f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,3 +1,6 @@ ### Bug Fixes -* web.config location in deploy script corrected ([dd50370](https://github.com/zywave/OctopusDeploy-Kraken/commit/dd50370)) \ No newline at end of file +* bundle wwwroot/lib folder (temp hack until dotnet publish works in appveyor correctly) ([9753d51](https://github.com/zywave/OctopusDeploy-Kraken/commit/9753d51)) +* lock info formatting ([44ac4fb](https://github.com/zywave/OctopusDeploy-Kraken/commit/44ac4fb)) +* reorder buttons on index page ([c9b2eb2](https://github.com/zywave/OctopusDeploy-Kraken/commit/c9b2eb2)) +* shorten 'Batch name' label ([4a451ac](https://github.com/zywave/OctopusDeploy-Kraken/commit/4a451ac)) \ No newline at end of file diff --git a/package.json b/package.json index 825a4b6..c5f361c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "OctopusDeploy-Kraken", - "version": "1.1.0-prerelease.4", + "version": "1.1.0-prerelease.5", "private": true, "repository": { "type": "git",