Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.11...v1.2.0) (2022-04-10)

### Bug Fixes

* **appearance:** color scheme updates in production build [#469](#469) ([881a919](881a919))
* **appearance:** issue when uploading logo/favicon ([cb48e79](cb48e79))
* **log:** log file view ([0c2b180](0c2b180))
* **mailer:** missing data elements in mailer template [#480](#480) ([cd54631](cd54631))
* **profile:** profile image upload on new version of chrome ([cb72e75](cb72e75))
* **sidebar:** spacing when activating/deactivating notice ([d1b2b10](d1b2b10))
* **tickets:** disable uploading .svg as an attachment ([c4b262c](c4b262c))
* **tickets:** incorrect tickets removed from ticket view ([a943497](a943497))
* **ui:** input fields reset on clear [#452](#452) ([3b8682c](3b8682c))

### Features

* **maintenance:** added maintenance mode [#475](#475) ([a04f15b](a04f15b))
  • Loading branch information
polonel committed Apr 10, 2022
1 parent 8cb8605 commit a24037e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trudesk",
"version": "1.2.0-tango",
"version": "1.2.0",
"private": true,
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit a24037e

Please sign in to comment.