Skip to content

Commit 1697e7a

Browse files
committed
chore(release): 1.2.3
## [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))
1 parent 1a5441d commit 1697e7a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.2.3](https://github.com/polonel/trudesk/compare/v1.2.2...v1.2.3) (2022-05-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** image data removal ([ae904d3](https://github.com/polonel/trudesk/commit/ae904d3))
7+
* **core:** verify user exists ([f739eac](https://github.com/polonel/trudesk/commit/f739eac))
8+
* **messages:** invalid permissions ([a9e38f2](https://github.com/polonel/trudesk/commit/a9e38f2))
9+
* **messages:** validation check ([3145408](https://github.com/polonel/trudesk/commit/3145408))
10+
* **messages:** xss security ([b7c1518](https://github.com/polonel/trudesk/commit/b7c1518))
11+
* **tickets:** external link warning in comments ([c2cb0df](https://github.com/polonel/trudesk/commit/c2cb0df))
12+
113
## [1.2.2](https://github.com/polonel/trudesk/compare/v1.2.1...v1.2.2) (2022-05-20)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trudesk",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"private": true,
55
"engines": {
66
"node": ">=16.0.0"

0 commit comments

Comments
 (0)