Skip to content

Commit 82a4dae

Browse files
authored
Merge pull request #234 from contentstack/fix/DX-3664-missing-attrs
chore: update version to 1.6.2 and add changelog entry for missing at…
2 parents 2ff06d6 + 301d1b7 commit 82a4dae

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## [1.6.2](https://github.com/contentstack/contentstack-utils-javascript/tree/v1.6.2)
4+
- Fix: Missing attr in node does not add empty attr
5+
36
## [1.6.1](https://github.com/contentstack/contentstack-utils-javascript/tree/v1.6.1)
47
- Fix: Improved error handling in getContentstackEndpoint
58
- Fix: Enhanced error messages for better debugging

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/utils",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "Contentstack utilities for Javascript",
55
"main": "dist/index.es.js",
66
"types": "dist/types/src/index.d.ts",

0 commit comments

Comments
 (0)