From 02120546922b5bc36bb30dadfc77b682ff46157f Mon Sep 17 00:00:00 2001 From: polonel Date: Sat, 23 Nov 2019 22:46:03 +0000 Subject: [PATCH] chore(release): 1.0.17 ## [1.0.17](https://github.com/polonel/trudesk/compare/v1.0.16...v1.0.17) (2019-11-23) ### Bug Fixes * **build:** circleci changes ([401ddab](https://github.com/polonel/trudesk/commit/401ddab)) * **customer:** [#279](https://github.com/polonel/trudesk/issues/279) ([c08a7e9](https://github.com/polonel/trudesk/commit/c08a7e9)) * **migration:** [#278](https://github.com/polonel/trudesk/issues/278) ([b558134](https://github.com/polonel/trudesk/commit/b558134)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 950c07f74..64dde6490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.17](https://github.com/polonel/trudesk/compare/v1.0.16...v1.0.17) (2019-11-23) + + +### Bug Fixes + +* **build:** circleci changes ([401ddab](https://github.com/polonel/trudesk/commit/401ddab)) +* **customer:** [#279](https://github.com/polonel/trudesk/issues/279) ([c08a7e9](https://github.com/polonel/trudesk/commit/c08a7e9)) +* **migration:** [#278](https://github.com/polonel/trudesk/issues/278) ([b558134](https://github.com/polonel/trudesk/commit/b558134)) + ## [1.0.16](https://github.com/polonel/trudesk/compare/v1.0.15...v1.0.16) (2019-09-08) diff --git a/package.json b/package.json index 3dc555b5f..4d5c9cfbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trudesk", - "version": "1.0.16", + "version": "1.0.17", "private": true, "engines": { "node": ">=9.10.0"