Skip to content

Commit f0b5d51

Browse files
Stable version
1 parent 216f5ab commit f0b5d51

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio",
3-
"version": "10.28.1-rc.5",
3+
"version": "10.28.1",
44
"description": "Split SDK",
55
"files": [
66
"README.md",
@@ -40,7 +40,7 @@
4040
"node": ">=6"
4141
},
4242
"dependencies": {
43-
"@splitsoftware/splitio-commons": "1.17.1-rc.5",
43+
"@splitsoftware/splitio-commons": "1.17.1",
4444
"@types/google.analytics": "0.0.40",
4545
"@types/ioredis": "^4.28.0",
4646
"bloom-filters": "^3.0.0",
@@ -120,7 +120,7 @@
120120
"test": "npm run test-node && npm run test-browser",
121121
"all": "npm run check && npm run build && npm run test-ts-decls && npm run test",
122122
"publish:rc": "npm run check && npm run build && npm publish --tag canary",
123-
"publish:stable": "npm run check && npm run build && npm publish"
123+
"publish:stable": "npm run check && npm run build && npm publish --tag release-10.x"
124124
},
125125
"greenkeeper": {
126126
"ignore": [

src/settings/defaults/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const packageVersion = '10.28.1-rc.5';
1+
export const packageVersion = '10.28.1';

0 commit comments

Comments
 (0)