Skip to content

Commit e4d0c82

Browse files
committed
Change log and docs update
1 parent 09de6f7 commit e4d0c82

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2-
2+
## [v1.1.0](https://github.com/contentstack/contentstack-management-javascript/tree/v1.1.0) (2020-10-23)
3+
- Bug Fix
4+
- Owner of organization can access stack function
5+
36
## [v1.0.0](https://github.com/contentstack/contentstack-management-javascript/tree/v1.0.0) (2020-09-23)
47
- Initial release for Contentstack CMA base JS management SDK

lib/stack/index.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,6 @@ export function Stack (http, data) {
5454
*/
5555
this.update = update(http, 'stack')
5656

57-
/**
58-
* @description The Delete stack call is used to delete an existing stack permanently from your Contentstack account.
59-
* @memberof Stack
60-
* @func delete
61-
* @returns {Object} Response Object.
62-
* @example
63-
* import * as contentstack from '@contentstack/management'
64-
* const client = contentstack.client()
65-
*
66-
* client.stack({ api_key: 'api_key'}).delete()
67-
* .then((response) => console.log(response.notice))
68-
*/
69-
this.delete = deleteEntity(http)
70-
7157
/**
7258
* @description The fetch stack call fetches stack details.
7359
* @memberof Stack

0 commit comments

Comments
 (0)