Skip to content

Commit 6906957

Browse files
committed
Release 0.2.1
1 parent c9c0cbe commit 6906957

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Change Log
2+
3+
## [0.2.1](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/0.2.1) (2016-01-23)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.2.0...0.2.1)
5+
6+
- 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))
7+
8+
## [v0.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.2.0) (2015-10-24)
9+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.1.3...v0.2.0)
10+
11+
- 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))
12+
13+
## [v0.1.3](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.1.3) (2015-08-04)
14+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.1.2...v0.1.3)
15+
16+
- Call default getters in plugin context [\#1](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/pull/1) ([dschmidt](https://github.com/dschmidt))
17+
18+
## [v0.1.2](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.1.2) (2015-07-17)
19+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/compare/v0.1.1...v0.1.2)
20+
21+
## [v0.1.1](https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/tree/v0.1.1) (2015-07-12)
22+
23+
- Initial release

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