Skip to content

Commit

Permalink
chore(release): 1.0.5
Browse files Browse the repository at this point in the history
## [1.0.5](v1.0.4...v1.0.5) (2019-01-09)

### Bug Fixes

* **api:** tickets [#124](#124) - unable to update ticket status ([ab614a4](ab614a4))
* **backup:** crash on restore ([a613612](a613612))
* **backup:** restore directory fails to create ([d68a045](d68a045))
* **backup:** restore sending error response to soon ([605c8d8](605c8d8))
* **mailcheck:** event leak ([23eaab3](23eaab3))
* **nav:** disappearing dashboard button ([32a4e87](32a4e87))
* **overdue:** overdue card showing incorrect tickets ([72e2584](72e2584))
* **tags:** tags with min2 were not creating ([9a22364](9a22364))
* **ticket:** fix [#116](#116) - ability to configure character limit on tickets ([88ae488](88ae488))
  • Loading branch information
polonel committed Jan 9, 2019
1 parent 1e3347a commit a223229
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.0.5](https://github.com/polonel/trudesk/compare/v1.0.4...v1.0.5) (2019-01-09)


### Bug Fixes

* **api:** tickets [#124](https://github.com/polonel/trudesk/issues/124) - unable to update ticket status ([ab614a4](https://github.com/polonel/trudesk/commit/ab614a4))
* **backup:** crash on restore ([a613612](https://github.com/polonel/trudesk/commit/a613612))
* **backup:** restore directory fails to create ([d68a045](https://github.com/polonel/trudesk/commit/d68a045))
* **backup:** restore sending error response to soon ([605c8d8](https://github.com/polonel/trudesk/commit/605c8d8))
* **mailcheck:** event leak ([23eaab3](https://github.com/polonel/trudesk/commit/23eaab3))
* **nav:** disappearing dashboard button ([32a4e87](https://github.com/polonel/trudesk/commit/32a4e87))
* **overdue:** overdue card showing incorrect tickets ([72e2584](https://github.com/polonel/trudesk/commit/72e2584))
* **tags:** tags with min2 were not creating ([9a22364](https://github.com/polonel/trudesk/commit/9a22364))
* **ticket:** fix [#116](https://github.com/polonel/trudesk/issues/116) - ability to configure character limit on tickets ([88ae488](https://github.com/polonel/trudesk/commit/88ae488))

## [1.0.4](https://github.com/polonel/trudesk/compare/v1.0.3...v1.0.4) (2019-01-03)


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

0 comments on commit a223229

Please sign in to comment.