Skip to content

Commit

Permalink
chore(release): 1.2.8
Browse files Browse the repository at this point in the history
## [1.2.8](v1.2.7...v1.2.8) (2023-06-22)

### Bug Fixes

* **mailer:** crash if no email recipients were defined ([6184e68](6184e68))
* package.json & yarn.lock to reduce vulnerabilities ([ea76348](ea76348))
* **tests:** status updates ([a089792](a089792))
* **tickets:** customized status enhancements and fixes ([ece5b34](ece5b34))
  • Loading branch information
polonel committed Jun 22, 2023
1 parent 98e91d0 commit 2c8b44e
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.8](https://github.com/polonel/trudesk/compare/v1.2.7...v1.2.8) (2023-06-22)


### Bug Fixes

* **mailer:** crash if no email recipients were defined ([6184e68](https://github.com/polonel/trudesk/commit/6184e68))
* package.json & yarn.lock to reduce vulnerabilities ([ea76348](https://github.com/polonel/trudesk/commit/ea76348))
* **tests:** status updates ([a089792](https://github.com/polonel/trudesk/commit/a089792))
* **tickets:** customized status enhancements and fixes ([ece5b34](https://github.com/polonel/trudesk/commit/ece5b34))

## [1.2.7](https://github.com/polonel/trudesk/compare/v1.2.6...v1.2.7) (2023-04-05)


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

0 comments on commit 2c8b44e

Please sign in to comment.