Skip to content

Commit 7f88c44

Browse files
committed
Package version and changelog added
1 parent 510f4d8 commit 7f88c44

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

2+
3+
### Version: 3.13.1
4+
#### Date: Apr-16-2021
5+
##### Bug fix:
6+
- IE 11 request method issue resolved
7+
28
### Version: 3.13.0
3-
#### Date:
9+
#### Date: Apr-05-2021
410

511
##### Update API:
612
- [Query]: Added support for method includeEmbeddedItems

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"main": "dist/node/contentstack.js",
1111
"browser": "dist/web/contentstack.js",
1212
"types": "./index.d.ts",
13-
"_id": "[email protected].0",
13+
"_id": "[email protected].1",
1414
"scripts": {
1515
"test": "npm run test:e2e && npm run test:typescript",
1616
"test:e2e": "istanbul cover tape test/index.js | tap-html --out ./tap-html.html",
@@ -54,14 +54,14 @@
5454
],
5555
"dist": {
5656
"shasum": "a328ed07240476a26b31a23261355dc929e1da63",
57-
"tarball": "https://registry.npmjs.org/contentstack/-/contentstack-3.13.0.tgz"
57+
"tarball": "https://registry.npmjs.org/contentstack/-/contentstack-3.13.1.tgz"
5858
},
5959
"license": "MIT",
6060
"directories": {},
61-
"_resolved": "https://registry.npmjs.org/contentstack/-/contentstack-3.13.0.tgz",
61+
"_resolved": "https://registry.npmjs.org/contentstack/-/contentstack-3.13.1.tgz",
6262
"_npmOperationalInternal": {
6363
"host": "packages-18-east.internal.npmjs.com",
64-
"tmp": "tmp/contentstack-3.13.0.tgz_1477830884275_0.9869455888401717"
64+
"tmp": "tmp/contentstack-3.13.1.tgz_1477830884275_0.9869455888401717"
6565
},
6666
"devDependencies": {
6767
"@types/jest": "^26.0.13",

0 commit comments

Comments
 (0)