From 66e5ef9e0d04c30df920f5b3c6a897a822f7d9fd Mon Sep 17 00:00:00 2001 From: Luke Melia Date: Sat, 25 Mar 2017 13:11:47 -0400 Subject: [PATCH] Released v1.0.0-beta.0 --- CHANGELOG.md | 23 +++++++++++++++++++++-- package.json | 2 +- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 013b336..9bf2d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,19 @@ # 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)) @@ -9,11 +21,15 @@ ## [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)) @@ -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)* \ No newline at end of file diff --git a/package.json b/package.json index f6fc4ef..c96afe7 100644 --- a/package.json +++ b/package.json @@ -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",