Skip to content

Commit

Permalink
chore(release): 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Nov 11, 2017
1 parent 7bcb1de commit 989a307
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
<a name="1.3.3"></a>
## [1.3.3](https://github.com/bleenco/abstruse/compare/v1.3.1...v1.3.3) (2017-11-11)


### Bug Fixes

* **console:** console on Linux ([efd99d3](https://github.com/bleenco/abstruse/commit/efd99d3))
* **docker:** stop container or kill if not going nice way ([925684d](https://github.com/bleenco/abstruse/commit/925684d))
* **header:** remove hardcoded avatar ([f1f6405](https://github.com/bleenco/abstruse/commit/f1f6405))
* **output:** fix terminal output issues ([e0fd26a](https://github.com/bleenco/abstruse/commit/e0fd26a))


### Features

* **API:** run API & Socket Server on same single port ([78fd624](https://github.com/bleenco/abstruse/commit/78fd624))
* **base-image:** build base image during setup process (closes [#277](https://github.com/bleenco/abstruse/issues/277)) ([f0fdf78](https://github.com/bleenco/abstruse/commit/f0fdf78))
* **build:** output container information ([416560b](https://github.com/bleenco/abstruse/commit/416560b))
* **docker:** Add a post push hook to make sure the latest tag gets built. ([217071d](https://github.com/bleenco/abstruse/commit/217071d))
* **docker:** Added healthcheck to dockerfile ([5e46608](https://github.com/bleenco/abstruse/commit/5e46608))
* **docker:** Preliminary work for automated dockerhub builds. ([18c83af](https://github.com/bleenco/abstruse/commit/18c83af))
* **dockerfile:** Add build command to npm scripts. ([8ed216f](https://github.com/bleenco/abstruse/commit/8ed216f))
* **dockerfile:** Addition of dockerfile for building Abstruse image ([ae993ca](https://github.com/bleenco/abstruse/commit/ae993ca))
* **hterm:** hterm integration ([eac7aa4](https://github.com/bleenco/abstruse/commit/eac7aa4))



<a name="1.3.2"></a>
## [1.3.2](https://github.com/bleenco/abstruse/compare/v1.3.1...v1.3.2) (2017-11-07)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abstruse",
"version": "1.3.2",
"version": "1.3.3",
"description": "Abstruse CI",
"bin": {
"abstruse": "./dist/api/index.js"
Expand Down

0 comments on commit 989a307

Please sign in to comment.