We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5df9f4 commit 611dafcCopy full SHA for 611dafc
3 files changed
CHANGELOG.md
@@ -1,4 +1,9 @@
1
## Change log
2
+
3
+### Version: 3.15.3
4
+#### Date: July-26-2022
5
+##### New Features:
6
+ - Live preview with reference in entry on SSR web app issue resolved
7
### Version: 3.15.2
8
#### Date: May-03-2022
9
##### New Features:
package.json
@@ -1,6 +1,6 @@
{
"name": "contentstack",
- "version": "3.15.2",
+ "version": "3.15.3",
"description": "Contentstack Javascript SDK",
"homepage": "https://www.contentstack.com/",
"author": {
src/core/stack.js
@@ -140,6 +140,7 @@ export default class Stack {
140
return this;
141
default:
142
console.error("Kindly provide valid parameters to initialize the Contentstack javascript-SDK Stack.");
143
+ break;
144
}
145
146
0 commit comments