Skip to content

Commit 61299e6

Browse files
committed
Release 0.2.7
1 parent 8a81ebb commit 61299e6

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Change Log
22

3-
## [0.2.6](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/0.2.6) (2016-04-19)
4-
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.5...0.2.6)
3+
## [0.2.7](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/0.2.7) (2016-11-21)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.6...0.2.7)
5+
6+
**Merged pull requests:**
7+
8+
- Add plugin helper [\#15](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/15) ([achambers](https://github.com/achambers))
9+
10+
## [v0.2.6](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.2.6) (2016-04-19)
11+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.5...v0.2.6)
512

613
**Merged pull requests:**
714

@@ -38,11 +45,6 @@
3845
## [v0.2.1](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.2.1) (2016-01-24)
3946
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.0...v0.2.1)
4047

41-
**Closed issues:**
42-
43-
- Can't list or activate revisions [\#5](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/issues/5)
44-
- No repository field [\#4](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/issues/4)
45-
4648
**Merged pull requests:**
4749

4850
- 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 @@
6769
## [v0.1.1](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.1.1) (2015-07-12)
6870

6971

70-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
72+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-plugin",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "For building plugins for ember-cli-deploy",
55
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-plugin",
66
"engines": {

0 commit comments

Comments
 (0)