diff --git a/.gitignore b/.gitignore index f995586a..37e12300 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ typechain-types .DS_Store *.log .yarn +.yarnc diff --git a/package.json b/package.json index 75c7c7c8..fda0f9c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@1inch/solidity-utils", - "version": "6.9.2", + "version": "6.9.3", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "exports": {