Skip to content

Commit bd1785b

Browse files
committed
Released v0.1.0
1 parent 00d0d9e commit bd1785b

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Change Log
2+
3+
## [0.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/tree/0.1.0) (2016-02-06)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/compare/v0.0.4...0.1.0)
5+
6+
- Add support for `iconURL` and `iconEmoji` config props [\#12](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/12) ([joshuaconner](https://github.com/joshuaconner))
7+
- update ember-cli-deploy-plugin [\#11](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/11) ([ghedamat](https://github.com/ghedamat))
8+
9+
## [v0.0.4](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/tree/v0.0.4) (2015-12-15)
10+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/compare/v0.0.3...v0.0.4)
11+
12+
- Add an enabled flag for per environment usage. [\#10](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/10) ([phillbaker](https://github.com/phillbaker))
13+
14+
## [v0.0.3](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/tree/v0.0.3) (2015-10-30)
15+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/compare/v0.0.2...v0.0.3)
16+
17+
- 0.0.3 [\#9](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/9) ([LevelbossMike](https://github.com/LevelbossMike))
18+
- Update repository [\#8](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/8) ([jrowlingson](https://github.com/jrowlingson))
19+
- Update to ember-cli-deploy-plugin 0.2.0 [\#7](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/7) ([LevelbossMike](https://github.com/LevelbossMike))
20+
- Update documentation [\#6](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/6) ([LevelbossMike](https://github.com/LevelbossMike))
21+
- \[DOC release\] Fix example doc [\#5](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/5) ([jrowlingson](https://github.com/jrowlingson))
22+
- Fix didFail hook signature [\#4](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/4) ([jrowlingson](https://github.com/jrowlingson))
23+
- Update Travis badge [\#3](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/3) ([LevelbossMike](https://github.com/LevelbossMike))
24+
- Restructure for to use new base plugin [\#2](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/2) ([lukemelia](https://github.com/lukemelia))
25+
- Update package.json [\#1](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/1) ([kategengler](https://github.com/kategengler))
26+
27+
## [v0.0.2](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/tree/v0.0.2) (2015-06-14)
28+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/compare/v0.0.1...v0.0.2)
29+
30+
## [v0.0.1](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/tree/v0.0.1) (2015-06-14)

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-slack",
3-
"version": "0.0.4",
3+
"version": "0.1.0",
44
"description": "An ember-cli-deploy-plugin for sending messages to Slack",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)