Skip to content

Commit 201fa69

Browse files
committed
Release 0.2.8
1 parent 6acae83 commit 201fa69

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

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

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)
3+
## [0.2.8](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/0.2.8) (2016-11-21)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.7...0.2.8)
5+
6+
**Merged pull requests:**
7+
8+
- Update core-object & mocha. [\#16](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/16) ([lukemelia](https://github.com/lukemelia))
9+
10+
## [v0.2.7](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.2.7) (2016-11-21)
11+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.6...v0.2.7)
12+
13+
[BREAKING] This release changes the context of `this` within a user-defined config property function from the base plugin itself to the surrounding config object. This behavior was previously inconsistent.
514

615
**Merged pull requests:**
716

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.7",
3+
"version": "0.2.8",
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)