Skip to content

Commit

Permalink
chore(release): 1.2.3
Browse files Browse the repository at this point in the history
## [1.2.3](v1.2.2...v1.2.3) (2022-05-30)

### Bug Fixes

* **core:** image data removal ([ae904d3](ae904d3))
* **core:** verify user exists ([f739eac](f739eac))
* **messages:** invalid permissions ([a9e38f2](a9e38f2))
* **messages:** validation check ([3145408](3145408))
* **messages:** xss security ([b7c1518](b7c1518))
* **tickets:** external link warning in comments ([c2cb0df](c2cb0df))
  • Loading branch information
polonel committed May 31, 2022
1 parent 9a684e5 commit e4471e8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.2.3](https://github.com/polonel/trudesk/compare/v1.2.2...v1.2.3) (2022-05-30)


### Bug Fixes

* **core:** image data removal ([ae904d3](https://github.com/polonel/trudesk/commit/ae904d3))
* **core:** verify user exists ([f739eac](https://github.com/polonel/trudesk/commit/f739eac))
* **messages:** invalid permissions ([a9e38f2](https://github.com/polonel/trudesk/commit/a9e38f2))
* **messages:** validation check ([3145408](https://github.com/polonel/trudesk/commit/3145408))
* **messages:** xss security ([b7c1518](https://github.com/polonel/trudesk/commit/b7c1518))
* **tickets:** external link warning in comments ([c2cb0df](https://github.com/polonel/trudesk/commit/c2cb0df))

## [1.2.2](https://github.com/polonel/trudesk/compare/v1.2.1...v1.2.2) (2022-05-20)


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

0 comments on commit e4471e8

Please sign in to comment.