Skip to content

Commit

Permalink
chore(release): 1.0.13
Browse files Browse the repository at this point in the history
## [1.0.13](v1.0.12...v1.0.13) (2019-05-23)

### Bug Fixes

* **groups:** unable to edit name [#204](#204) ([9247d9e](9247d9e))

### Performance Improvements

* **cache:** improvements ([16bd9f8](16bd9f8))
* **cache:** improvements ([9ff2c14](9ff2c14))
* **core:** fix memory leak on rebuild es index ([de17ba9](de17ba9))
* **core:** memory fixes ([e320e83](e320e83))
  • Loading branch information
polonel committed May 23, 2019
1 parent 3813978 commit 6c4a747
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.13](https://github.com/polonel/trudesk/compare/v1.0.12...v1.0.13) (2019-05-23)


### Bug Fixes

* **groups:** unable to edit name [#204](https://github.com/polonel/trudesk/issues/204) ([9247d9e](https://github.com/polonel/trudesk/commit/9247d9e))


### Performance Improvements

* **cache:** improvements ([16bd9f8](https://github.com/polonel/trudesk/commit/16bd9f8))
* **cache:** improvements ([9ff2c14](https://github.com/polonel/trudesk/commit/9ff2c14))
* **core:** fix memory leak on rebuild es index ([de17ba9](https://github.com/polonel/trudesk/commit/de17ba9))
* **core:** memory fixes ([e320e83](https://github.com/polonel/trudesk/commit/e320e83))

## [1.0.12](https://github.com/polonel/trudesk/compare/v1.0.11...v1.0.12) (2019-05-10)


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

0 comments on commit 6c4a747

Please sign in to comment.