Skip to content

Commit 3d1ddde

Browse files
author
Kaushik Shetty
committed
chore: update package version to 1.4.1
1 parent 2b56f96 commit 3d1ddde

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm install @contentstack/app-sdk
1313
Alternatively, you can use the following command within the script tag to install the App SDK:
1414

1515
```html
16-
<script src="https://unpkg.com/@contentstack/app-sdk@^1.4.0/dist/index.js"></script>
16+
<script src="https://unpkg.com/@contentstack/app-sdk@^1.4.1/dist/index.js"></script>
1717
```
1818

1919
### Initializing the App SDK

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/app-sdk",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"types": "dist/src/index.d.ts",
55
"description": "This SDK helps connect to the development server of the Contentstack and sync the data.",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)