Skip to content

Commit 611dafc

Browse files
committed
change log
1 parent b5df9f4 commit 611dafc

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
## 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
27
### Version: 3.15.2
38
#### Date: May-03-2022
49
##### New Features:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "contentstack",
3-
"version": "3.15.2",
3+
"version": "3.15.3",
44
"description": "Contentstack Javascript SDK",
55
"homepage": "https://www.contentstack.com/",
66
"author": {

src/core/stack.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ export default class Stack {
140140
return this;
141141
default:
142142
console.error("Kindly provide valid parameters to initialize the Contentstack javascript-SDK Stack.");
143+
break;
143144
}
144145

145146
}

0 commit comments

Comments
 (0)