@culturehq/client
Advanced tools
Comparing version 6.7.1 to 6.7.2
@@ -9,2 +9,6 @@ # Changelog | ||
## [6.7.2] - 2018-11-26 | ||
### Changed | ||
- Fix up the `listCommentCheers` endpoint. | ||
## [6.7.1] - 2018-11-26 | ||
@@ -11,0 +15,0 @@ ### Added |
@@ -194,3 +194,3 @@ { | ||
"listApiKeys": ["GET", "/api_keys"], | ||
"listCommentCheers": ["GET", "/comments/:commentId", [], ["page"]], | ||
"listCommentCheers": ["GET", "/comments/:commentId/cheers", [], ["page"]], | ||
"listDepartmentAnalytics": ["GET", "/analytics/departments", [], ["page"]], | ||
@@ -197,0 +197,0 @@ "listDepartments": ["GET", "/departments", [], ["page"]], |
@@ -20,3 +20,3 @@ "use strict"; | ||
var headers = { | ||
"X-Client-Version": "6.7.1", | ||
"X-Client-Version": "6.7.2", | ||
"Content-Type": "application/json" | ||
@@ -23,0 +23,0 @@ }; |
{ | ||
"name": "@culturehq/client", | ||
"version": "6.7.1", | ||
"version": "6.7.2", | ||
"description": "A JavaScript client that wraps the CultureHQ API", | ||
@@ -5,0 +5,0 @@ "main": "dist/client.js", |
110153