Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
## [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
polonel committed Jan 2, 2020
1 parent 30e09db commit e6a0864
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.1.1](https://github.com/polonel/trudesk/compare/v1.1.0...v1.1.1) (2020-01-02)


### Bug Fixes

* **accounts:** issue where accounts would load twice on create ticket ([6aa507b](https://github.com/polonel/trudesk/commit/6aa507b))
* **events:** [#294](https://github.com/polonel/trudesk/issues/294) server crash on sending mail ([b126338](https://github.com/polonel/trudesk/commit/b126338))
* **tickets:** issue where not all users would load on behalf of ticket ([7ca56f5](https://github.com/polonel/trudesk/commit/7ca56f5))

# [1.1.0](https://github.com/polonel/trudesk/compare/v1.0.17...v1.1.0) (2019-12-23)


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

0 comments on commit e6a0864

Please sign in to comment.