From 4e9c00df1a172044c8cb3637cff13b0ade7a1a83 Mon Sep 17 00:00:00 2001 From: Zachary Chavez Date: Thu, 11 Jun 2020 13:51:40 -0700 Subject: [PATCH 1/2] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3782afc..c5ee6f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@synapsestudios/react-native-zendesk-support", - "version": "1.0.2", + "version": "1.1.0", "description": "React Native Wrapper around Zendesk Support", "main": "index.js", "repository": { From ec98777ba56302696c3d70d9db5960c05bed33cc Mon Sep 17 00:00:00 2001 From: Zachary Chavez Date: Thu, 11 Jun 2020 13:51:50 -0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c28c9..5ce3b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.1.0](https://github.com/synapsestudios/react-native-zendesk-support/compare/v1.0.2...v1.1.0) - 2020-06-11 +### Added +- [#5](https://github.com/synapsestudios/react-native-zendesk-support/issues/5) Create tickets in the background without zendesk's UI +### Updated +- [#38](https://github.com/synapsestudios/react-native-zendesk-support/pull/38) Use root project's sdk version if possible + ## [v1.0.2](https://github.com/synapsestudios/react-native-zendesk-support/compare/v1.0.1...v1.0.2) - 2019-03-26 ### Fixed - [#23](https://github.com/synapsestudios/react-native-zendesk-support/issues/23) Fixed conflicting NPM version number