-
-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.1.1](v1.1.0...v1.1.1) (2020-01-02) ### Bug Fixes * **accounts:** issue where accounts would load twice on create ticket ([6aa507b](6aa507b)) * **events:** [#294](#294) server crash on sending mail ([b126338](b126338)) * **tickets:** issue where not all users would load on behalf of ticket ([7ca56f5](7ca56f5))
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "trudesk", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"private": true, | ||
"engines": { | ||
"node": ">=9.10.0" | ||
|