@culturehq/client
Advanced tools
Comparing version 6.7.0 to 6.7.1
@@ -9,2 +9,6 @@ # Changelog | ||
## [6.7.1] - 2018-11-26 | ||
### Added | ||
- Document the optional `timezone` param on the `updateEvent` call. | ||
## [6.7.0] - 2018-11-20 | ||
@@ -11,0 +15,0 @@ ### Added |
@@ -349,3 +349,4 @@ { | ||
"interestNames", | ||
"allLocations" | ||
"allLocations", | ||
"timezone" | ||
] | ||
@@ -352,0 +353,0 @@ ], |
@@ -20,3 +20,3 @@ "use strict"; | ||
var headers = { | ||
"X-Client-Version": "6.7.0", | ||
"X-Client-Version": "6.7.1", | ||
"Content-Type": "application/json" | ||
@@ -23,0 +23,0 @@ }; |
{ | ||
"name": "@culturehq/client", | ||
"version": "6.7.0", | ||
"version": "6.7.1", | ||
"description": "A JavaScript client that wraps the CultureHQ API", | ||
@@ -5,0 +5,0 @@ "main": "dist/client.js", |
110066
1263