From 4d3de528d1deadb11b711cbd6a8813dd56fc8a8e Mon Sep 17 00:00:00 2001 From: polonel Date: Wed, 20 Mar 2019 05:03:43 +0000 Subject: [PATCH] chore(release): 1.0.9 ## [1.0.9](https://github.com/polonel/trudesk/compare/v1.0.8...v1.0.9) (2019-03-20) ### Bug Fixes * **accounts:** import failing due to role changes ([893af61](https://github.com/polonel/trudesk/commit/893af61)) * **mailcheck:** [#170](https://github.com/polonel/trudesk/issues/170) ([10c36fa](https://github.com/polonel/trudesk/commit/10c36fa)) * **tps:** missing host name in some cases ([c3704b5](https://github.com/polonel/trudesk/commit/c3704b5)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6275a68b..1f6791051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.9](https://github.com/polonel/trudesk/compare/v1.0.8...v1.0.9) (2019-03-20) + + +### Bug Fixes + +* **accounts:** import failing due to role changes ([893af61](https://github.com/polonel/trudesk/commit/893af61)) +* **mailcheck:** [#170](https://github.com/polonel/trudesk/issues/170) ([10c36fa](https://github.com/polonel/trudesk/commit/10c36fa)) +* **tps:** missing host name in some cases ([c3704b5](https://github.com/polonel/trudesk/commit/c3704b5)) + ## [1.0.8](https://github.com/polonel/trudesk/compare/v1.0.7...v1.0.8) (2019-03-17) diff --git a/package.json b/package.json index 10525326d..3a699d758 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trudesk", - "version": "1.0.8", + "version": "1.0.9", "private": true, "engines": { "node": ">=9.10.0"