@culturehq/client
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -9,2 +9,6 @@ # Changelog | ||
## [3.1.0] - 2018-08-01 | ||
### Added | ||
- The `getMicrosoftIntegration` call. | ||
## [3.0.1] - 2018-07-31 | ||
@@ -11,0 +15,0 @@ ### Changed |
@@ -298,2 +298,3 @@ { | ||
"getLocation": ["GET", "/locations/:locationId"], | ||
"getMicrosoftIntegration": ["GET", "/microsoft/integration"], | ||
"getOrganization": ["GET", "/admin/organizations/:organizationId"], | ||
@@ -300,0 +301,0 @@ "getOrganizationValue": ["GET", "/organization_values/:organizationValueId"], |
@@ -24,3 +24,3 @@ "use strict"; | ||
var headers = { "X-Client-Version": "3.0.1" }; | ||
var headers = { "X-Client-Version": "3.1.0" }; | ||
@@ -27,0 +27,0 @@ if (!multipart) { |
{ | ||
"name": "@culturehq/client", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "A JavaScript client that wraps the CultureHQ API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
95092
1483