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 9435d6b commit c9174c4Copy full SHA for c9174c4
CHANGELOG.md
@@ -1,9 +1,6 @@
1
-### Version: 4.4.1
2
-#### Date: October-21-2024
3
-Fix: getData to receive params and headers both in data
4
-
5
### Version: 4.4.0
6
#### Date: October-21-2024
+Fix: getData to receive params and headers both in data
7
Enh: Node version bump
8
Refactor: Package type changed to be module instead of CommonJS
9
package.json
@@ -1,6 +1,6 @@
{
"name": "@contentstack/delivery-sdk",
- "version": "4.4.1",
+ "version": "4.4.0",
"type": "module",
"main": "./dist/esm/src/index.js",
"types": "./dist/esm/types/src/index.d.ts",
0 commit comments