From 6fa7940c4feef1568fe09eb35f0c6e73994302a3 Mon Sep 17 00:00:00 2001 From: polonel Date: Thu, 3 Jan 2019 03:28:07 +0000 Subject: [PATCH] chore(release): 1.0.4 ## [1.0.4](https://github.com/polonel/trudesk/compare/v1.0.3...v1.0.4) (2019-01-03) ### Bug Fixes * **appearance:** dark theme colors ([7ac11ad](https://github.com/polonel/trudesk/commit/7ac11ad)) * **attachments:** failed to upload on docker ([36a5bcb](https://github.com/polonel/trudesk/commit/36a5bcb)) * **crash:** idle users array out-of-bounds ([ebacda9](https://github.com/polonel/trudesk/commit/ebacda9)) * **mailer:** undefined value error ([b3658f1](https://github.com/polonel/trudesk/commit/b3658f1)) ### Reverts * **routes:** miscommit ([9198e47](https://github.com/polonel/trudesk/commit/9198e47)) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf0ca166..c1e445c20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [1.0.4](https://github.com/polonel/trudesk/compare/v1.0.3...v1.0.4) (2019-01-03) + + +### Bug Fixes + +* **appearance:** dark theme colors ([7ac11ad](https://github.com/polonel/trudesk/commit/7ac11ad)) +* **attachments:** failed to upload on docker ([36a5bcb](https://github.com/polonel/trudesk/commit/36a5bcb)) +* **crash:** idle users array out-of-bounds ([ebacda9](https://github.com/polonel/trudesk/commit/ebacda9)) +* **mailer:** undefined value error ([b3658f1](https://github.com/polonel/trudesk/commit/b3658f1)) + + +### Reverts + +* **routes:** miscommit ([9198e47](https://github.com/polonel/trudesk/commit/9198e47)) + ## [1.0.3](https://github.com/polonel/trudesk/compare/v1.0.2...v1.0.3) (2018-12-03) diff --git a/package.json b/package.json index 2c8df82c2..02b4b0b84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trudesk", - "version": "1.0.3", + "version": "1.0.4", "private": true, "engines": { "node": ">=9.10.0"