Skip to content

Commit b408bd1

Browse files
committed
0.2.1
- adds the ability to delete deployment and its assets - be able to get container status by querying the container on the get call (add to decorator function) is now visible when running (deploy ls) as a status column
1 parent 06ab86b commit b408bd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNRELEASED
1+
# 0.2.1 (08/15/2017)
22

33
- adds the ability to delete deployment and its assets
44
- be able to get container status by querying the container on the get call (add to decorator function) is now visible when running (deploy ls) as a status column

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deploy.sh",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "☁️ open source continuous deployment service",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)