Skip to content

Commit 60643e5

Browse files
committed
Released v0.1.2
1 parent 734481f commit 60643e5

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Change Log
2+
3+
## [0.1.2](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/tree/0.1.2) (2016-02-22)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/compare/v0.1.1...0.1.2)
5+
6+
- Removed unnecessary console.log [\#7](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/pull/7) ([seawatts](https://github.com/seawatts))
7+
8+
## [v0.1.1](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/tree/v0.1.1) (2016-02-07)
9+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/compare/v0.1.0...v0.1.1)
10+
11+
- update ember-cli-deploy-plugin [\#5](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/pull/5) ([ghedamat](https://github.com/ghedamat))
12+
13+
## [v0.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/tree/v0.1.0) (2015-10-25)
14+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/compare/0.0.1...v0.1.0)
15+
16+
- Update to use new verbose option for logging [\#4](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/pull/4) ([lukemelia](https://github.com/lukemelia))
17+
- Fix timestamp output [\#3](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/pull/3) ([LevelbossMike](https://github.com/LevelbossMike))
18+
- use ember install [\#1](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/pull/1) ([ghedamat](https://github.com/ghedamat))
19+
20+
## [0.0.1](https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions/tree/0.0.1) (2015-07-31)
21+

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-display-revisions",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Display a list of deployed revisions using ember-cli-deploy.",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)