Skip to content

Commit

Permalink
deps: fix security issues (#114) (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrvk authored Jul 1, 2024
1 parent 8734c5c commit ae60c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish package
on:
push:
tags:
- v*.*.*
- v2.*.*
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1inch/fusion-sdk",
"version": "0.1.14",
"version": "0.1.14-rc",
"description": "1inch Fusion Mode SDK",
"private": false,
"main": "index.js",
Expand Down

0 comments on commit ae60c18

Please sign in to comment.