Skip to content

Commit 6b7f57e

Browse files
authored
Release 3.18.0 (#424)
1 parent edf6f76 commit 6b7f57e

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

dist/node/common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ var DEFAULT_STITCH_SERVER_URL = exports.DEFAULT_STITCH_SERVER_URL = 'https://rea
1414

1515
// VERSION is substituted with the package.json version number at build time
1616
var version = 'unknown';
17-
if (typeof "3.17.1" !== 'undefined') {
18-
version = "3.17.1";
17+
if (typeof "3.18.0" !== 'undefined') {
18+
version = "3.18.0";
1919
}
2020
var SDK_VERSION = exports.SDK_VERSION = version;
2121

dist/web/stitch.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.

dist/web/stitch.js.map

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

dist/web/stitch.min.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.

dist/web/stitch.min.js.map

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: 1 addition & 1 deletion
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": "mongodb-stitch",
3-
"version": "3.17.1",
3+
"version": "3.18.0",
44
"description": "",
55
"author": "",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)