@culturehq/client
Advanced tools
Comparing version 12.2.0 to 12.2.1
@@ -9,2 +9,8 @@ # Changelog | ||
## [12.2.1] - 2022-02-01 | ||
### Added | ||
- Changing endpoint to get story question requests | ||
## [12.2.0] - 2022-02-01 | ||
@@ -11,0 +17,0 @@ |
@@ -198,3 +198,3 @@ { | ||
"getStoryQuestion": ["GET", "/story_questions/:storyQuestionId"], | ||
"getStoryQuestionsRequests": ["GET", "/story_questions/requests"], | ||
"getStoryQuestionsRequests": ["GET", "/prompts/requests"], | ||
"getTrendingStoryQuestion": ["GET", "/trending_stories"], | ||
@@ -201,0 +201,0 @@ "getUser": ["GET", "/users/:userId"], |
{ | ||
"name": "@culturehq/client", | ||
"version": "12.2.0", | ||
"version": "12.2.1", | ||
"description": "A JavaScript client that wraps the CultureHQ API", | ||
@@ -5,0 +5,0 @@ "main": "dist/client.js", |
@@ -198,3 +198,3 @@ { | ||
"getStoryQuestion": ["GET", "/story_questions/:storyQuestionId"], | ||
"getStoryQuestionsRequests": ["GET", "/story_questions/requests"], | ||
"getStoryQuestionsRequests": ["GET", "/prompts/requests"], | ||
"getTrendingStoryQuestion": ["GET", "/trending_stories"], | ||
@@ -201,0 +201,0 @@ "getUser": ["GET", "/users/:userId"], |
177829