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

Commit 3b29bea

Browse files
committed
0.4.0
1 parent 6255eb1 commit 3b29bea

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.4.0
2+
3+
* Webhooks can now be defined as **critical** so that when they fail the
4+
complete deployment will fail, see #19.
5+
16
# 0.3.0
27

38
* The Addon was renamed to ember-cli-deploy-webhooks, see #14.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-webhooks",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Ember CLI Deploy plugin for calling webhooks during deployments",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)