From a24037e6af33d08cd653153029d365f74297805e Mon Sep 17 00:00:00 2001 From: polonel Date: Sun, 10 Apr 2022 00:26:03 +0000 Subject: [PATCH] chore(release): 1.2.0 # [1.2.0](https://github.com/polonel/trudesk/compare/v1.1.11...v1.2.0) (2022-04-10) ### Bug Fixes * **appearance:** color scheme updates in production build [#469](https://github.com/polonel/trudesk/issues/469) ([881a919](https://github.com/polonel/trudesk/commit/881a919)) * **appearance:** issue when uploading logo/favicon ([cb48e79](https://github.com/polonel/trudesk/commit/cb48e79)) * **log:** log file view ([0c2b180](https://github.com/polonel/trudesk/commit/0c2b180)) * **mailer:** missing data elements in mailer template [#480](https://github.com/polonel/trudesk/issues/480) ([cd54631](https://github.com/polonel/trudesk/commit/cd54631)) * **profile:** profile image upload on new version of chrome ([cb72e75](https://github.com/polonel/trudesk/commit/cb72e75)) * **sidebar:** spacing when activating/deactivating notice ([d1b2b10](https://github.com/polonel/trudesk/commit/d1b2b10)) * **tickets:** disable uploading .svg as an attachment ([c4b262c](https://github.com/polonel/trudesk/commit/c4b262c)) * **tickets:** incorrect tickets removed from ticket view ([a943497](https://github.com/polonel/trudesk/commit/a943497)) * **ui:** input fields reset on clear [#452](https://github.com/polonel/trudesk/issues/452) ([3b8682c](https://github.com/polonel/trudesk/commit/3b8682c)) ### Features * **maintenance:** added maintenance mode [#475](https://github.com/polonel/trudesk/issues/475) ([a04f15b](https://github.com/polonel/trudesk/commit/a04f15b)) --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 954963371..a316262d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# [1.2.0](https://github.com/polonel/trudesk/compare/v1.1.11...v1.2.0) (2022-04-10) + + +### Bug Fixes + +* **appearance:** color scheme updates in production build [#469](https://github.com/polonel/trudesk/issues/469) ([881a919](https://github.com/polonel/trudesk/commit/881a919)) +* **appearance:** issue when uploading logo/favicon ([cb48e79](https://github.com/polonel/trudesk/commit/cb48e79)) +* **log:** log file view ([0c2b180](https://github.com/polonel/trudesk/commit/0c2b180)) +* **mailer:** missing data elements in mailer template [#480](https://github.com/polonel/trudesk/issues/480) ([cd54631](https://github.com/polonel/trudesk/commit/cd54631)) +* **profile:** profile image upload on new version of chrome ([cb72e75](https://github.com/polonel/trudesk/commit/cb72e75)) +* **sidebar:** spacing when activating/deactivating notice ([d1b2b10](https://github.com/polonel/trudesk/commit/d1b2b10)) +* **tickets:** disable uploading .svg as an attachment ([c4b262c](https://github.com/polonel/trudesk/commit/c4b262c)) +* **tickets:** incorrect tickets removed from ticket view ([a943497](https://github.com/polonel/trudesk/commit/a943497)) +* **ui:** input fields reset on clear [#452](https://github.com/polonel/trudesk/issues/452) ([3b8682c](https://github.com/polonel/trudesk/commit/3b8682c)) + + +### Features + +* **maintenance:** added maintenance mode [#475](https://github.com/polonel/trudesk/issues/475) ([a04f15b](https://github.com/polonel/trudesk/commit/a04f15b)) + ## [1.1.11](https://github.com/polonel/trudesk/compare/v1.1.10...v1.1.11) (2021-11-21) diff --git a/package.json b/package.json index 5a42b9da0..0fe14f209 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trudesk", - "version": "1.2.0-tango", + "version": "1.2.0", "private": true, "engines": { "node": ">=16.0.0"