From 66dbfafcbcd0393feabdced37125f428cc21dbaf Mon Sep 17 00:00:00 2001 From: Jan Kuri Date: Sat, 9 Dec 2017 12:25:28 +0100 Subject: [PATCH] chore(release): 1.4.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80163aa61..376bb3a12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [1.4.1](https://github.com/bleenco/abstruse/compare/v1.4.0...v1.4.1) (2017-12-09) + + +### Bug Fixes + +* **entry:** fix container entry point to not output vnc and stuff logs ([d0b9d90](https://github.com/bleenco/abstruse/commit/d0b9d90)) +* **sessions:** improve stavility of socket sessions ([bafd4f0](https://github.com/bleenco/abstruse/commit/bafd4f0)) + + + # [1.4.0](https://github.com/bleenco/abstruse/compare/v1.3.6...v1.4.0) (2017-12-04) diff --git a/package.json b/package.json index 68f10e8d4..ad751d9f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "abstruse", - "version": "1.4.0", + "version": "1.4.1", "description": "Abstruse CI", "bin": { "abstruse": "./dist/api/index.js"