Skip to content

Commit

Permalink
chore(release): 1.2.1
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2022-05-14)

### Bug Fixes

* **notifications:** issue where notifications would not update [#495](#495) ([f529734](f529734))
* **tickets:** error when uploading attachments [#500](#500) ([d861f04](d861f04))
* **tickets:** unable to upload image in reply [#500](#500) ([ddf2486](ddf2486))
* **uploads:** removal of EXIF data on profile picture uploads ([097b482](097b482))
  • Loading branch information
polonel committed May 14, 2022
1 parent 2ea4026 commit bb9bed0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.2.1](https://github.com/polonel/trudesk/compare/v1.2.0...v1.2.1) (2022-05-14)


### Bug Fixes

* **notifications:** issue where notifications would not update [#495](https://github.com/polonel/trudesk/issues/495) ([f529734](https://github.com/polonel/trudesk/commit/f529734))
* **tickets:** error when uploading attachments [#500](https://github.com/polonel/trudesk/issues/500) ([d861f04](https://github.com/polonel/trudesk/commit/d861f04))
* **tickets:** unable to upload image in reply [#500](https://github.com/polonel/trudesk/issues/500) ([ddf2486](https://github.com/polonel/trudesk/commit/ddf2486))
* **uploads:** removal of EXIF data on profile picture uploads ([097b482](https://github.com/polonel/trudesk/commit/097b482))

# [1.2.0](https://github.com/polonel/trudesk/compare/v1.1.11...v1.2.0) (2022-04-10)


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",
"version": "1.2.1",
"private": true,
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit bb9bed0

Please sign in to comment.