Skip to content

Commit 436da5d

Browse files
author
ondrejch
committed
bump JS SDK version
1 parent 2667626 commit 436da5d

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kentico/gatsby-source-kontent",
3-
"version": "5.0.0-beta2",
3+
"version": "5.0.0-beta3",
44
"description": "Gatsby source plugin for Kentico Kontent",
55
"main": "./gatsby-node.js",
66
"scripts": {
@@ -35,7 +35,7 @@
3535
"node": ">=10.0.0"
3636
},
3737
"dependencies": {
38-
"@kentico/kontent-delivery": "^9.1.0",
38+
"@kentico/kontent-delivery": "^9.1.1",
3939
"flatted": "^2.0.0",
4040
"json-stringify-safe": "^5.0.1",
4141
"lodash": "^4.17.15",

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const _ = require(`lodash`);
22

33
const customTrackingHeader = {
44
header: 'X-KC-SOURCE',
5-
value: '@kentico/gatsby-source-kontent;5.0.0-beta2',
5+
value: '@kentico/gatsby-source-kontent;5.0.0-beta3',
66
};
77

88
/**

0 commit comments

Comments
 (0)