Skip to content

Commit f952dbf

Browse files
committed
chore(release): 1.4.0
1 parent 6c25f23 commit f952dbf

File tree

6 files changed

+380
-361
lines changed

6 files changed

+380
-361
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="1.4.0"></a>
2+
# [1.4.0](https://github.com/bleenco/abstruse/compare/v1.3.6...v1.4.0) (2017-12-04)
3+
4+
5+
### Bug Fixes
6+
7+
* **containers:** remove killed containers ([b90e6df](https://github.com/bleenco/abstruse/commit/b90e6df))
8+
* **socket:** fix build permissions on new triggered build appearing on UI ([6c25f23](https://github.com/bleenco/abstruse/commit/6c25f23))
9+
10+
11+
### Features
12+
13+
* **deploy:** support for aws codeDeploy service ([252afd0](https://github.com/bleenco/abstruse/commit/252afd0))
14+
* **deploy:** support for deploy to aws s3 ([f7b35b5](https://github.com/bleenco/abstruse/commit/f7b35b5))
15+
16+
17+
118
<a name="1.3.6"></a>
219
## [1.3.6](https://github.com/bleenco/abstruse/compare/v1.3.5...v1.3.6) (2017-11-21)
320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abstruse",
3-
"version": "1.3.6",
3+
"version": "1.4.0",
44
"description": "Abstruse CI",
55
"bin": {
66
"abstruse": "./dist/api/index.js"

0 commit comments

Comments
 (0)