Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.

Commit

Permalink
chore(release): bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cruikshj committed Feb 21, 2017
1 parent e3aec09 commit e97714b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="1.1.0-prerelease.5"></a>
# [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))



<a name="1.1.0-prerelease.4"></a>
# [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)

Expand Down
11 changes: 6 additions & 5 deletions Kraken.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
<metadata>
<id>Kraken</id>
<title>Kraken Deploy</title>
<version>1.1.0-prerelease04</version>
<version>1.1.0-prerelease05</version>
<projectUrl>https://github.com/Zywave/OctopusDeploy-Kraken</projectUrl>
<authors>https://github.com/Zywave/OctopusDeploy-Kraken/graphs/contributors</authors>
<description>A companion tool for Octopus Deploy that facilitates deploying multiple projects at once.</description>
<releaseNotes>
### Bug Fixes
<releaseNotes>### Bug Fixes

* web.config location in deploy script corrected ([dd50370](https://github.com/zywave/OctopusDeploy-Kraken/commit/dd50370))
</releaseNotes>
* 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))</releaseNotes>
</metadata>
<files>
<file src="published-app\**\*.*" target=""/>
Expand Down
5 changes: 4 additions & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "OctopusDeploy-Kraken",
"version": "1.1.0-prerelease.4",
"version": "1.1.0-prerelease.5",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit e97714b

Please sign in to comment.