Skip to content

Commit b53587f

Browse files
stable version
1 parent 99d50d7 commit b53587f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 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": "@splitsoftware/splitio-commons",
3-
"version": "1.17.1-rc.5",
3+
"version": "1.17.1",
44
"description": "Split JavaScript SDK common components",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
@@ -26,7 +26,7 @@
2626
"test:coverage": "jest --coverage",
2727
"all": "npm run check && npm run build && npm run test",
2828
"publish:rc": "npm run check && npm run test && npm run build && npm publish --tag rc",
29-
"publish:stable": "npm run check && npm run test && npm run build && npm publish"
29+
"publish:stable": "npm run check && npm run test && npm run build && npm publish --tag release-1.x"
3030
},
3131
"repository": {
3232
"type": "git",

0 commit comments

Comments
 (0)