Skip to content

Commit ec4a95d

Browse files
committed
docs: 📝 Change log added v1.2.2
1 parent e08d620 commit ec4a95d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
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

lib/stack/contentType/entry/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)