Skip to content

Commit 4d3c11a

Browse files
committed
Release v0.2.6
1 parent 21cc900 commit 4d3c11a

File tree

2 files changed

+42
-12
lines changed

2 files changed

+42
-12
lines changed

CHANGELOG.md

Lines changed: 41 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,70 @@
11
# Change Log
22

3-
## [0.2.4](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/0.2.4) (2016-04-01)
4-
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.3...0.2.4)
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)
55

6-
Add support for upcoming log color configuration feature in ember-cli-deploy.
6+
**Merged pull requests:**
7+
8+
- remove lodash, fix \#11 [\#12](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/12) ([ghedamat](https://github.com/ghedamat))
9+
10+
## [v0.2.5](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.2.5) (2016-04-01)
11+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.4...v0.2.5)
12+
13+
**Merged pull requests:**
14+
15+
- require proper lodash [\#10](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/10) ([ghedamat](https://github.com/ghedamat))
16+
17+
## [v0.2.4](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.2.4) (2016-04-01)
18+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.3...v0.2.4)
19+
20+
**Merged pull requests:**
721

822
- add logInfo color option [\#8](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/8) ([ghedamat](https://github.com/ghedamat))
923

10-
## [0.2.3](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/0.2.3) (2016-03-29)
11-
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.2...0.2.3)
24+
## [v0.2.3](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.2.3) (2016-03-29)
25+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.2...v0.2.3)
26+
27+
**Merged pull requests:**
1228

13-
- add logRaw method [\#9](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/9) ([ghedamat](https://github.com/ghedamat))
29+
- add plain option [\#9](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/9) ([ghedamat](https://github.com/ghedamat))
1430

15-
## [0.2.2](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/0.2.2) (2016-02-06)
16-
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.1...0.2.2)
31+
## [v0.2.2](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.2.2) (2016-02-06)
32+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.1...v0.2.2)
33+
34+
**Merged pull requests:**
1735

1836
- ember cli uses the wrong spelling from originalOutputStream [\#7](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/7) ([ghedamat](https://github.com/ghedamat))
1937

20-
## [0.2.1](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/0.2.1) (2016-01-23)
21-
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.0...0.2.1)
38+
## [v0.2.1](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.2.1) (2016-01-24)
39+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.0...v0.2.1)
40+
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+
46+
**Merged pull requests:**
2247

2348
- 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))
2449

2550
## [v0.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.2.0) (2015-10-24)
2651
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.1.3...v0.2.0)
2752

53+
**Merged pull requests:**
54+
2855
- Add verbose option support to log method, and update docs [\#2](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/2) ([lukemelia](https://github.com/lukemelia))
2956

3057
## [v0.1.3](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.1.3) (2015-08-04)
3158
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.1.2...v0.1.3)
3259

60+
**Merged pull requests:**
61+
3362
- Call default getters in plugin context [\#1](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/1) ([dschmidt](https://github.com/dschmidt))
3463

3564
## [v0.1.2](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.1.2) (2015-07-17)
3665
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.1.1...v0.1.2)
3766

3867
## [v0.1.1](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.1.1) (2015-07-12)
3968

40-
- Initial release
69+
70+
\* *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.5",
3+
"version": "0.2.6",
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)