Skip to content

Commit

Permalink
chore(release): 1.0.14
Browse files Browse the repository at this point in the history
## [1.0.14](polonel/trudesk@v1.0.13...v1.0.14) (2019-06-10)

### Bug Fixes

* **departments:** issue with creating department with no teams [polonel#206](polonel#206) ([94ff47a](polonel@94ff47a))
* **elasticsearch:** remove ticket from index on delete ([1b46ff4](polonel@1b46ff4))
* **mailer:** issue where mail was not being sent ([4f2ba22](polonel@4f2ba22))
  • Loading branch information
polonel committed Jun 10, 2019
1 parent e40902f commit 9b1b2ca
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.0.14](https://github.com/polonel/trudesk/compare/v1.0.13...v1.0.14) (2019-06-10)


### Bug Fixes

* **departments:** issue with creating department with no teams [#206](https://github.com/polonel/trudesk/issues/206) ([94ff47a](https://github.com/polonel/trudesk/commit/94ff47a))
* **elasticsearch:** remove ticket from index on delete ([1b46ff4](https://github.com/polonel/trudesk/commit/1b46ff4))
* **mailer:** issue where mail was not being sent ([4f2ba22](https://github.com/polonel/trudesk/commit/4f2ba22))

## [1.0.13](https://github.com/polonel/trudesk/compare/v1.0.12...v1.0.13) (2019-05-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.0.14-beta",
"version": "1.0.14",
"private": true,
"engines": {
"node": ">=9.10.0"
Expand Down

0 comments on commit 9b1b2ca

Please sign in to comment.