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
p-ob committed Oct 19, 2016
1 parent 0021ccf commit 1a5cdb3
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="1.0.1"></a>
## [1.0.1](https://github.com/zywave/OctopusDeploy-Kraken/compare/1.0.0-prerelease.10...v1.0.1) (2016-10-19)


### Bug Fixes

* checkProgress floods network when adding projects ([0d02bd0](https://github.com/zywave/OctopusDeploy-Kraken/commit/0d02bd0))
* linking projects via UI lags kraken and floods network with API calls ([#59](https://github.com/zywave/OctopusDeploy-Kraken/issues/59)) ([c8dd77a](https://github.com/zywave/OctopusDeploy-Kraken/commit/c8dd77a))


### Features

* copybatch command ([2da1ee2](https://github.com/zywave/OctopusDeploy-Kraken/commit/2da1ee2)), closes [#43](https://github.com/zywave/OctopusDeploy-Kraken/issues/43)



<a name="1.0.0"></a>
# [1.0.0](https://github.com/zywave/OctopusDeploy-Kraken/compare/1.0.0-prerelease.10...v1.0.0) (2016-10-19)

Expand Down
10 changes: 8 additions & 2 deletions Kraken.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
<metadata>
<id>Kraken</id>
<title>Kraken Deploy</title>
<version>1.0.0</version>
<version>1.0.1</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>### Features
<releaseNotes>### Bug Fixes

* checkProgress floods network when adding projects ([0d02bd0](https://github.com/zywave/OctopusDeploy-Kraken/commit/0d02bd0))
* linking projects via UI lags kraken and floods network with API calls ([#59](https://github.com/zywave/OctopusDeploy-Kraken/issues/59)) ([c8dd77a](https://github.com/zywave/OctopusDeploy-Kraken/commit/c8dd77a))


### Features

* copybatch command ([2da1ee2](https://github.com/zywave/OctopusDeploy-Kraken/commit/2da1ee2)), closes [#43](https://github.com/zywave/OctopusDeploy-Kraken/issues/43)</releaseNotes>
</metadata>
Expand Down
6 changes: 6 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Bug Fixes

* checkProgress floods network when adding projects ([0d02bd0](https://github.com/zywave/OctopusDeploy-Kraken/commit/0d02bd0))
* linking projects via UI lags kraken and floods network with API calls ([#59](https://github.com/zywave/OctopusDeploy-Kraken/issues/59)) ([c8dd77a](https://github.com/zywave/OctopusDeploy-Kraken/commit/c8dd77a))


### Features

* copybatch command ([2da1ee2](https://github.com/zywave/OctopusDeploy-Kraken/commit/2da1ee2)), closes [#43](https://github.com/zywave/OctopusDeploy-Kraken/issues/43)
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.0.0",
"version": "1.0.1",
"private": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 1a5cdb3

Please sign in to comment.