Skip to content

Commit

Permalink
chore: bump sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbh committed Jan 19, 2024
1 parent 80ae337 commit a2150f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion sdks/js/packages/core/.release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"getLatestTagFromAllRefs": true,
"push": false,
"commit": false,
"tag": false
"tag": false,
"requireCleanWorkingDir": false
},
"github": {
"tag": false,
Expand Down
4 changes: 2 additions & 2 deletions sdks/js/packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raystack/frontier",
"version": "0.8.15",
"version": "0.8.17",
"description": "A js library for frontier",
"sideEffects": false,
"main": "./dist/index.js",
Expand Down Expand Up @@ -113,4 +113,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit a2150f1

Please sign in to comment.