@culturehq/client
Advanced tools
Comparing version 10.17.0 to 10.17.1
@@ -9,2 +9,8 @@ # Changelog | ||
## [10.17.1] - 2021-05-10 | ||
### Added | ||
- Fixing organizations landing page endpoint | ||
## [10.17.0] - 2021-05-07 | ||
@@ -11,0 +17,0 @@ |
@@ -247,3 +247,3 @@ { | ||
"listOrganizations": ["GET", "/admin/organizations", [], ["page"]], | ||
"listOrganizationLandingPages": ["GET", "/organization/landing_pages", ["organization"]], | ||
"listOrganizationLandingPages": ["GET", "/organizations/landing_pages", ["organization"]], | ||
"listPendingRecognitions": ["GET", "/recognitions/pending_recognitions", [], ["page"]], | ||
@@ -250,0 +250,0 @@ "listPhotoComments": ["GET", "/photos/:photoId/comments", [], ["page"]], |
{ | ||
"name": "@culturehq/client", | ||
"version": "10.17.0", | ||
"version": "10.17.1", | ||
"description": "A JavaScript client that wraps the CultureHQ API", | ||
@@ -5,0 +5,0 @@ "main": "dist/client.js", |
@@ -247,3 +247,3 @@ { | ||
"listOrganizations": ["GET", "/admin/organizations", [], ["page"]], | ||
"listOrganizationLandingPages": ["GET", "/organization/landing_pages", ["organization"]], | ||
"listOrganizationLandingPages": ["GET", "/organizations/landing_pages", ["organization"]], | ||
"listPendingRecognitions": ["GET", "/recognitions/pending_recognitions", [], ["page"]], | ||
@@ -250,0 +250,0 @@ "listPhotoComments": ["GET", "/photos/:photoId/comments", [], ["page"]], |
172801