Skip to content

Commit 09144f5

Browse files
author
Aamod Pisat
committed
bug fixes: 'where' clause of false value not working.
Added "User-Agent" in headers.
1 parent 20d5fa9 commit 09144f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "contentstack",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "The Built.io Contentstack Javascript SDK",
55
"homepage": "https://www.built.io/products/contentstack/overview",
66
"author": {
77
"name": "Built.io Contentstack",
88
"url": "https://www.built.io/"
99
},
1010
"main": "dist/node/contentstack.js",
11-
"_id": "contentstack@3.0.0",
11+
"_id": "contentstack@3.1.1",
1212
"scripts": {
1313
"test": "node test.js",
1414
"buildnode": "webpack --config webpack/webpack.node.js",

0 commit comments

Comments
 (0)