From 9855ff43e9eecf81befcc843a43554386650eeed Mon Sep 17 00:00:00 2001 From: Chris Brame Date: Tue, 20 Nov 2018 08:07:58 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1add3bca9..c8cbb5d19 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Codacy Badge](https://api.codacy.com/project/badge/Grade/7b3acb53c33b4a40bb32da109bbdd1a9)](https://www.codacy.com/app/polonel/trudesk?utm_source=github.com&utm_medium=referral&utm_content=polonel/trudesk&utm_campaign=badger) [![Build Status](https://semaphoreci.com/api/v1/polonel/trudesk/branches/develop/badge.svg)](https://semaphoreci.com/polonel/trudesk) +[![HitCount](http://hits.dwyl.io/polonel/trudesk.svg)](http://hits.dwyl.io/polonel/trudesk) [http://trudesk.io](http://trudesk.io/) From 4734a15560a6c2fb3385265f19131904a6a7392c Mon Sep 17 00:00:00 2001 From: polonel Date: Mon, 3 Dec 2018 03:45:29 +0000 Subject: [PATCH 2/2] chore(release): 1.0.3 ## [1.0.3](https://github.com/polonel/trudesk/compare/v1.0.2...v1.0.3) (2018-12-03) ### Bug Fixes * **accounts:** crash if user was deleted with active conversations [#109](https://github.com/polonel/trudesk/issues/109) ([6ea0ad4](https://github.com/polonel/trudesk/commit/6ea0ad4)) * **assets:** security fix ([b081965](https://github.com/polonel/trudesk/commit/b081965)) * **install:** server crash due to invalid middleware ([88367d9](https://github.com/polonel/trudesk/commit/88367d9)) * **mobile:** secure assets not loading ([dca823e](https://github.com/polonel/trudesk/commit/dca823e)) * **reports:** unable to download reports [#106](https://github.com/polonel/trudesk/issues/106) ([a2cdb7f](https://github.com/polonel/trudesk/commit/a2cdb7f)) * **sass:** not compiling for install server ([e0f744d](https://github.com/polonel/trudesk/commit/e0f744d)) * **static:** file access path ([568c343](https://github.com/polonel/trudesk/commit/568c343)) * **style:** disabled classes applied incorrectly ([884519c](https://github.com/polonel/trudesk/commit/884519c)) * **style:** incorrect border style ([5edfb0f](https://github.com/polonel/trudesk/commit/5edfb0f)) * **styles:** incorrect styles ([ae0d82f](https://github.com/polonel/trudesk/commit/ae0d82f)) * **tickettype:** crash when deleting ticket type [#113](https://github.com/polonel/trudesk/issues/113) ([dc4d335](https://github.com/polonel/trudesk/commit/dc4d335)) ### Reverts * **static:** files path var ([dd440e0](https://github.com/polonel/trudesk/commit/dd440e0)) --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2144f7eff..ecf0ca166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## [1.0.3](https://github.com/polonel/trudesk/compare/v1.0.2...v1.0.3) (2018-12-03) + + +### Bug Fixes + +* **accounts:** crash if user was deleted with active conversations [#109](https://github.com/polonel/trudesk/issues/109) ([6ea0ad4](https://github.com/polonel/trudesk/commit/6ea0ad4)) +* **assets:** security fix ([b081965](https://github.com/polonel/trudesk/commit/b081965)) +* **install:** server crash due to invalid middleware ([88367d9](https://github.com/polonel/trudesk/commit/88367d9)) +* **mobile:** secure assets not loading ([dca823e](https://github.com/polonel/trudesk/commit/dca823e)) +* **reports:** unable to download reports [#106](https://github.com/polonel/trudesk/issues/106) ([a2cdb7f](https://github.com/polonel/trudesk/commit/a2cdb7f)) +* **sass:** not compiling for install server ([e0f744d](https://github.com/polonel/trudesk/commit/e0f744d)) +* **static:** file access path ([568c343](https://github.com/polonel/trudesk/commit/568c343)) +* **style:** disabled classes applied incorrectly ([884519c](https://github.com/polonel/trudesk/commit/884519c)) +* **style:** incorrect border style ([5edfb0f](https://github.com/polonel/trudesk/commit/5edfb0f)) +* **styles:** incorrect styles ([ae0d82f](https://github.com/polonel/trudesk/commit/ae0d82f)) +* **tickettype:** crash when deleting ticket type [#113](https://github.com/polonel/trudesk/issues/113) ([dc4d335](https://github.com/polonel/trudesk/commit/dc4d335)) + + +### Reverts + +* **static:** files path var ([dd440e0](https://github.com/polonel/trudesk/commit/dd440e0)) + ## [1.0.2](https://github.com/polonel/trudesk/compare/v1.0.1...v1.0.2) (2018-11-03) diff --git a/package.json b/package.json index b387c0146..9af88417e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trudesk", - "version": "1.0.2", + "version": "1.0.3", "private": true, "engines": { "node": ">=9.10.0"