Skip to content

Commit 9bb891e

Browse files
committed
chore(release): 1.3.4
1 parent c9093fe commit 9bb891e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="1.3.4"></a>
2+
## [1.3.4](https://github.com/bleenco/abstruse/compare/v1.3.3...v1.3.4) (2017-11-11)
3+
4+
5+
### Bug Fixes
6+
7+
* **container:** stop container and cleanup after build properly ([d04e438](https://github.com/bleenco/abstruse/commit/d04e438))
8+
* **terminal:** fix terminal output before terminal ready ([41317d9](https://github.com/bleenco/abstruse/commit/41317d9))
9+
10+
11+
### Performance Improvements
12+
13+
* **container:** force remove container instead of graceful stop ([2e5e2af](https://github.com/bleenco/abstruse/commit/2e5e2af))
14+
15+
16+
117
<a name="1.3.3"></a>
218
## [1.3.3](https://github.com/bleenco/abstruse/compare/v1.3.1...v1.3.3) (2017-11-11)
319

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abstruse",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "Abstruse CI",
55
"bin": {
66
"abstruse": "./dist/api/index.js"

0 commit comments

Comments
 (0)