@culturehq/client
Advanced tools
Comparing version 6.6.0 to 6.6.1
@@ -9,2 +9,6 @@ # Changelog | ||
## [6.6.1] - 2018-11-19 | ||
### Changed | ||
- Fixed the `getActiveAnnouncements` to be `getActiveAnnouncement` to be consistent. Making this a patch even though it's breaking because I released this 5 minutes ago. | ||
## [6.6.0] - 2018-11-19 | ||
@@ -11,0 +15,0 @@ ### Added |
@@ -151,3 +151,3 @@ { | ||
"flagRecognition": ["POST", "/recognitions/:recognitionId/flags", [], ["message"]], | ||
"getActiveAnnouncements": ["GET", "/active_announcements/:announcementId"], | ||
"getActiveAnnouncement": ["GET", "/active_announcements/:announcementId"], | ||
"getAnnouncement": ["GET", "/announcements/:announcementId"], | ||
@@ -154,0 +154,0 @@ "getAutoRecognitionSettings": ["GET", "/recognitions/auto_recognition_settings"], |
@@ -20,3 +20,3 @@ "use strict"; | ||
var headers = { | ||
"X-Client-Version": "6.6.0", | ||
"X-Client-Version": "6.6.1", | ||
"Content-Type": "application/json" | ||
@@ -23,0 +23,0 @@ }; |
{ | ||
"name": "@culturehq/client", | ||
"version": "6.6.0", | ||
"version": "6.6.1", | ||
"description": "A JavaScript client that wraps the CultureHQ API", | ||
@@ -5,0 +5,0 @@ "main": "dist/client.js", |
109663