File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
lib/stack/contentType/entry Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
3+ ## [ v1.2.2] ( https://github.com/contentstack/contentstack-management-javascript/tree/v1.2.2 ) (2021-05-26)
4+ - Bug Fix
5+ - Organization Specific get all Stack: Get Stack for specific organization from org_uid
6+ - Resolved: Entry Publish and Update not work after find function
7+ - Resolved: Workflow update issue on fetchAll function
8+ - Document Update
9+ - ` update ` Entry example code update
10+
211## [ v1.2.1] ( https://github.com/contentstack/contentstack-management-javascript/tree/v1.2.1 ) (2021-03-19)
312 - Bug Fix
413 - User get details: Include organization functions for ` is_owner ` of the organization
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export function Entry (http, data) {
5454 * .then((entry) => {
5555 * entry.title = 'My New Entry'
5656 * entry.description = 'Entry description'
57- * return Entry .update({ locale: 'en-at' })
57+ * return entry .update({ locale: 'en-at' })
5858 * })
5959 * .then((entry) => console.log(entry))
6060 *
You can’t perform that action at this time.
0 commit comments