From 26fccc963f46387cb5ae1d3a52a84065555f0518 Mon Sep 17 00:00:00 2001 From: polonel Date: Mon, 21 Jun 2021 07:59:50 +0000 Subject: [PATCH] chore(release): 1.1.6 ## [1.1.6](https://github.com/polonel/trudesk/compare/v1.1.5...v1.1.6) (2021-06-21) ### Bug Fixes * **renderer:** view rendering incorrectly (departments) ([18f9eca](https://github.com/polonel/trudesk/commit/18f9eca)) * **security:** security fix 1 [#413](https://github.com/polonel/trudesk/issues/413) ([c3c3b29](https://github.com/polonel/trudesk/commit/c3c3b29)) * **security:** security fix 2 [#413](https://github.com/polonel/trudesk/issues/413) ([58c90d8](https://github.com/polonel/trudesk/commit/58c90d8)) * **tickets:** security fix 11 [#413](https://github.com/polonel/trudesk/issues/413) ([17c2eb7](https://github.com/polonel/trudesk/commit/17c2eb7)) * **tickets:** security fix 4 [#413](https://github.com/polonel/trudesk/issues/413) ([caaec12](https://github.com/polonel/trudesk/commit/caaec12)) * **uploads:** security fix ([25c5ae4](https://github.com/polonel/trudesk/commit/25c5ae4)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e54d2baab..59d8e348e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.1.6](https://github.com/polonel/trudesk/compare/v1.1.5...v1.1.6) (2021-06-21) + + +### Bug Fixes + +* **renderer:** view rendering incorrectly (departments) ([18f9eca](https://github.com/polonel/trudesk/commit/18f9eca)) +* **security:** security fix 1 [#413](https://github.com/polonel/trudesk/issues/413) ([c3c3b29](https://github.com/polonel/trudesk/commit/c3c3b29)) +* **security:** security fix 2 [#413](https://github.com/polonel/trudesk/issues/413) ([58c90d8](https://github.com/polonel/trudesk/commit/58c90d8)) +* **tickets:** security fix 11 [#413](https://github.com/polonel/trudesk/issues/413) ([17c2eb7](https://github.com/polonel/trudesk/commit/17c2eb7)) +* **tickets:** security fix 4 [#413](https://github.com/polonel/trudesk/issues/413) ([caaec12](https://github.com/polonel/trudesk/commit/caaec12)) +* **uploads:** security fix ([25c5ae4](https://github.com/polonel/trudesk/commit/25c5ae4)) + ## [1.1.5](https://github.com/polonel/trudesk/compare/v1.1.4...v1.1.5) (2021-06-09) diff --git a/package.json b/package.json index 7fc218715..81a04b986 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trudesk", - "version": "1.1.5", + "version": "1.1.6", "private": true, "engines": { "node": ">=9.10.0"