Skip to content

Commit

Permalink
chore(release): 1.0.2
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2018-11-03)

### Bug Fixes

* **assets:** security fix ([4f6c00d](4f6c00d))
* **database:** connection returning true even if error occured ([0156c4b](0156c4b))
* **database:** removed incorrect events ([357752d](357752d))
* **mobile:** chrome 53+ not allowing selects to open. [#96](#96) ([7d71135](7d71135))
* **styles:** issue [#101](#101) editing issue/comment/note ([46ab7e8](46ab7e8))
* **styles:** new tickets had incorrect classes ([4793c31](4793c31))
* **tickets:** public ticket crash [#103](#103) ([19b75f1](19b75f1))
* **timezone:** option to set local timezone ([e3eb12a](e3eb12a))
  • Loading branch information
polonel committed Nov 3, 2018
1 parent 1436bd9 commit c9a4fc4
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.0.2](https://github.com/polonel/trudesk/compare/v1.0.1...v1.0.2) (2018-11-03)


### Bug Fixes

* **assets:** security fix ([4f6c00d](https://github.com/polonel/trudesk/commit/4f6c00d))
* **database:** connection returning true even if error occured ([0156c4b](https://github.com/polonel/trudesk/commit/0156c4b))
* **database:** removed incorrect events ([357752d](https://github.com/polonel/trudesk/commit/357752d))
* **mobile:** chrome 53+ not allowing selects to open. [#96](https://github.com/polonel/trudesk/issues/96) ([7d71135](https://github.com/polonel/trudesk/commit/7d71135))
* **styles:** issue [#101](https://github.com/polonel/trudesk/issues/101) editing issue/comment/note ([46ab7e8](https://github.com/polonel/trudesk/commit/46ab7e8))
* **styles:** new tickets had incorrect classes ([4793c31](https://github.com/polonel/trudesk/commit/4793c31))
* **tickets:** public ticket crash [#103](https://github.com/polonel/trudesk/issues/103) ([19b75f1](https://github.com/polonel/trudesk/commit/19b75f1))
* **timezone:** option to set local timezone ([e3eb12a](https://github.com/polonel/trudesk/commit/e3eb12a))

## [1.0.1](https://github.com/polonel/trudesk/compare/v1.0.0...v1.0.1) (2018-09-27)


Expand Down
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit c9a4fc4

Please sign in to comment.