Skip to content

Commit

Permalink
chore(release): 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jul 22, 2024
1 parent 2eb6158 commit dbec40c
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 190 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [3.1.1](https://github.com/lifinance/sdk/compare/v3.1.0...v3.1.1) (2024-07-22)


### Bug Fixes

* better handle blockheight exceeded error ([2eb6158](https://github.com/lifinance/sdk/commit/2eb61587bf9453c85c22e5650a1b6ffed8f772c0))
* reduce http transport batch size ([b89343a](https://github.com/lifinance/sdk/commit/b89343ab332bd9a549890820281e91a7fa144bc8))

## [3.1.0](https://github.com/lifinance/sdk/compare/v3.1.0-beta.0...v3.1.0) (2024-07-19)


Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/sdk",
"version": "3.1.0",
"version": "3.1.1",
"description": "LI.FI Any-to-Any Cross-Chain-Swap SDK",
"keywords": [
"bridge",
Expand Down Expand Up @@ -97,7 +97,7 @@
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/web3.js": "^1.95.1",
"eth-rpc-errors": "^4.0.3",
"viem": "^2.17.5"
"viem": "^2.17.9"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
Expand All @@ -106,23 +106,23 @@
"@types/ws": "^8.5.11",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitest/coverage-v8": "^2.0.3",
"@vitest/coverage-v8": "^2.0.4",
"bs58": "^6.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.7.0",
"eslint-plugin-jsdoc": "^48.8.3",
"eslint-plugin-prettier": "^5.2.1",
"fs-extra": "^11.2.0",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"madge": "^7.0.0",
"msw": "^2.3.1",
"msw": "^2.3.2",
"pinst": "^3.0.0",
"prettier": "^3.3.3",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"vitest": "^2.0.3"
"vitest": "^2.0.4"
},
"peerDependencies": {
"@solana/wallet-adapter-base": "^0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const name = '@lifi/sdk'
export const version = '3.1.0'
export const version = '3.1.1'
Loading

0 comments on commit dbec40c

Please sign in to comment.