Skip to content

Commit adcdf80

Browse files
committed
Merge branch 'hotfix/3.2.1' into develop
2 parents e4c609e + 9449294 commit adcdf80

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "contentstack",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Contentstack Javascript SDK",
55
"homepage": "https://www.contentstack.com/",
66
"author": {

react-native.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('./dist/react-native/contentstack');

web.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('./dist/web/contentstack');

0 commit comments

Comments
 (0)