We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04aebb commit 301d1b7Copy full SHA for 301d1b7
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
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
+
6
## [1.6.1](https://github.com/contentstack/contentstack-utils-javascript/tree/v1.6.1)
7
- Fix: Improved error handling in getContentstackEndpoint
8
- Fix: Enhanced error messages for better debugging
package.json
@@ -1,6 +1,6 @@
{
"name": "@contentstack/utils",
- "version": "1.6.1",
+ "version": "1.6.2",
"description": "Contentstack utilities for Javascript",
"main": "dist/index.es.js",
"types": "dist/types/src/index.d.ts",
0 commit comments