From 989a307892eba71783eb4e1112b3e67781eb266d Mon Sep 17 00:00:00 2001 From: Jan Kuri Date: Sat, 11 Nov 2017 10:42:06 +0100 Subject: [PATCH] chore(release): 1.3.3 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdbcb8fb7..b3548e29b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ + +## [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)) + + + ## [1.3.2](https://github.com/bleenco/abstruse/compare/v1.3.1...v1.3.2) (2017-11-07) diff --git a/package.json b/package.json index cab9fa6ca..9f17fdc90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "abstruse", - "version": "1.3.2", + "version": "1.3.3", "description": "Abstruse CI", "bin": { "abstruse": "./dist/api/index.js"