Skip to content

Commit

Permalink
Released v1.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Mar 25, 2017
1 parent c47055a commit 66e5ef9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,35 @@
# Change Log

## [0.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/tree/0.1.0) (2016-02-06)
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/compare/v0.0.4...0.1.0)
## [v1.0.0-beta.0](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/tree/v1.0.0-beta.0) (2017-03-25)
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/compare/v0.1.0...v1.0.0-beta.0)

**Merged pull requests:**

- Update ember-cli and friends [\#18](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/18) ([lukemelia](https://github.com/lukemelia))
- Replace deprecated `ember-cli/ext/promise` with `rsvp` [\#17](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/17) ([leizhao4](https://github.com/leizhao4))
- Remove moment-duration-format and upgrade moment [\#16](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/16) ([datajohnny](https://github.com/datajohnny))
- \[DOC\] fix broken links to docs [\#15](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/15) ([wolodarsky](https://github.com/wolodarsky))

## [v0.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/tree/v0.1.0) (2016-02-06)
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/compare/v0.0.4...v0.1.0)

**Merged pull requests:**

- 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))
- update ember-cli-deploy-plugin [\#11](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/11) ([ghedamat](https://github.com/ghedamat))

## [v0.0.4](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/tree/v0.0.4) (2015-12-15)
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/compare/v0.0.3...v0.0.4)

**Merged pull requests:**

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

## [v0.0.3](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/tree/v0.0.3) (2015-10-30)
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/compare/v0.0.2...v0.0.3)

**Merged pull requests:**

- 0.0.3 [\#9](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/9) ([LevelbossMike](https://github.com/LevelbossMike))
- Update repository [\#8](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/pull/8) ([jrowlingson](https://github.com/jrowlingson))
- 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))
Expand All @@ -28,3 +44,6 @@
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/compare/v0.0.1...v0.0.2)

## [v0.0.1](https://github.com/ember-cli-deploy/ember-cli-deploy-slack/tree/v0.0.1) (2015-06-14)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-deploy-slack",
"version": "0.1.0",
"version": "1.0.0-beta.0",
"description": "An ember-cli-deploy-plugin for sending messages to Slack",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 66e5ef9

Please sign in to comment.