Skip to content

Commit 99a32be

Browse files
authored
Merge pull request #69 from contentstack/revert/fix-breaking-changes
fix: fixes breaking changes
2 parents 1f61ea5 + 9f4e2cb commit 99a32be

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v1.10.0](https://github.com/contentstack/contentstack-management-javascript/tree/v1.8.0) (2023-07-21)
4+
- Fixes
5+
- Fixes Breaking Changes
6+
## [v1.9.0](https://github.com/contentstack/contentstack-management-javascript/tree/v1.8.0) (2023-07-19)
7+
- Features:
8+
- NRP support added
9+
- Audit logs APIs support
10+
- Contenttype References API support
11+
- Fixes:
12+
- Type correction for ContentstackCollection
13+
- Type correction for BulkOperation
14+
- Type correction for Environment parameter
315
## [v1.8.0](https://github.com/contentstack/contentstack-management-javascript/tree/v1.8.0) (2023-05-11)
416
- Feature
517
- Branches Compare and Merge feature added.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/management",
3-
"version": "1.8.0",
3+
"version": "1.10.0",
44
"description": "The Content Management API is used to manage the content of your Contentstack account",
55
"main": "./dist/node/contentstack-management.js",
66
"browser": "./dist/web/contentstack-management.js",

0 commit comments

Comments
 (0)