@culturehq/client
Advanced tools
Comparing version 6.1.0 to 6.2.0
@@ -9,2 +9,6 @@ # Changelog | ||
## [6.2.0] - 2018-08-30 | ||
### Added | ||
- The `deleteGoogleIntegration` call. | ||
## [6.1.0] - 2018-08-30 | ||
@@ -11,0 +15,0 @@ ### Added |
@@ -109,2 +109,3 @@ { | ||
"deleteExpense": ["DELETE", "/events/:eventId/expenses/:expenseId"], | ||
"deleteGoogleIntegration": ["DELETE", "/google/integration"], | ||
"deleteInterest": ["DELETE", "/interests/:interestId"], | ||
@@ -111,0 +112,0 @@ "deleteLocation": ["DELETE", "/locations/:locationId"], |
@@ -20,3 +20,3 @@ "use strict"; | ||
var headers = { | ||
"X-Client-Version": "6.1.0", | ||
"X-Client-Version": "6.2.0", | ||
"Content-Type": "application/json" | ||
@@ -23,0 +23,0 @@ }; |
{ | ||
"name": "@culturehq/client", | ||
"version": "6.1.0", | ||
"version": "6.2.0", | ||
"description": "A JavaScript client that wraps the CultureHQ API", | ||
@@ -5,0 +5,0 @@ "main": "dist/client.js", |
105666
1235