Skip to content
This repository was archived by the owner on Apr 17, 2020. It is now read-only.

Commit 295072e

Browse files
committed
0.4.2
1 parent 21e14f8 commit 295072e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.4.2
2+
3+
* ember-cli-deply-webhooks now uses rsvp for promises instead of the Ember CLI
4+
Promise implementation, see #23.
5+
16
# 0.4.1
27

38
* Fixed a bug that caused the deployment to not fail although a webhook marked

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-webhooks",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Ember CLI Deploy plugin for calling webhooks during deployments",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)