Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
bump version to 1.19.4 and update changelog with variants import fix
  • Loading branch information
harshithad0703 committed Mar 5, 2025
commit be4eeef60fcd51ad2fb59d3d62eb43aa702c29bf
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog
## [v1.19.3](https://github.com/contentstack/contentstack-management-javascript/tree/v1.19.2) (2025-02-24)

## [v1.19.4](https://github.com/contentstack/contentstack-management-javascript/tree/v1.19.4) (2025-03-10)
- Fix
- added fix for variants import
- excludec stackHeaders from entry data assignment

## [v1.19.3](https://github.com/contentstack/contentstack-management-javascript/tree/v1.19.3) (2025-02-24)
- Fix
- Added proper assertions for test cases

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/management",
"version": "1.19.3",
"version": "1.19.4",
"description": "The Content Management API is used to manage the content of your Contentstack account",
"main": "./dist/node/contentstack-management.js",
"browser": "./dist/web/contentstack-management.js",
Expand Down
Loading