Skip to content

Commit

Permalink
chore(release): 11.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasmoeller committed Jan 3, 2024
1 parent 5ea2253 commit 26f4c48
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [11.0.0-beta.0](https://github.com/lifinance/types/compare/v10.1.0...v11.0.0-beta.0) (2024-01-03)


### ⚠ BREAKING CHANGES

* replace ethers transaction request with custom implementation (#211)

### Features

* replace ethers transaction request with custom implementation ([#211](https://github.com/lifinance/types/issues/211)) ([5ea2253](https://github.com/lifinance/types/commit/5ea2253b2c6fedfcd5c70ee829b78ea4822cf2c4))

## [10.1.0](https://github.com/lifinance/types/compare/v10.0.0...v10.1.0) (2023-12-28)


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": "@lifi/types",
"version": "10.1.0",
"version": "11.0.0-beta.0",
"description": "Types for the LI.FI stack",
"main": "./dist/cjs/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit 26f4c48

Please sign in to comment.