diff --git a/CHANGELOG.md b/CHANGELOG.md index 31d4fae..8947347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ # Change Log -## [0.2.6](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/0.2.6) (2016-04-19) -[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.5...0.2.6) +## [0.2.7](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/0.2.7) (2016-11-21) +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.6...0.2.7) + +**Merged pull requests:** + +- Add plugin helper [\#15](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/15) ([achambers](https://github.com/achambers)) + +## [v0.2.6](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.2.6) (2016-04-19) +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.5...v0.2.6) **Merged pull requests:** @@ -38,11 +45,6 @@ ## [v0.2.1](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.2.1) (2016-01-24) [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.0...v0.2.1) -**Closed issues:** - -- Can't list or activate revisions [\#5](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/issues/5) -- No repository field [\#4](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/issues/4) - **Merged pull requests:** - ensure that we start logging from the beginning of the line [\#6](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/6) ([ghedamat](https://github.com/ghedamat)) @@ -67,4 +69,4 @@ ## [v0.1.1](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.1.1) (2015-07-12) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/package.json b/package.json index fe84c0e..7d907bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-deploy-plugin", - "version": "0.2.6", + "version": "0.2.7", "description": "For building plugins for ember-cli-deploy", "repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-plugin", "engines": {