Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
feat: release version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 19, 2023
1 parent c71ea1b commit ea1cfe7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
31 changes: 30 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.4.1](https://github.com/ConsenSys/consensys-sdk/compare/2.4.0...v2.4.1)

> 19 May 2023
- feat: release PR 2.4.0 [`#209`](https://github.com/ConsenSys/consensys-sdk/pull/209)
- fix(NFT-0): fix usage ts [`#208`](https://github.com/ConsenSys/consensys-sdk/pull/208)
- feat: remove support for avalance&cronos testnet [`#207`](https://github.com/ConsenSys/consensys-sdk/pull/207)
- Ipfs refacto [`#206`](https://github.com/ConsenSys/consensys-sdk/pull/206)
- fix: automated release [`#205`](https://github.com/ConsenSys/consensys-sdk/pull/205)
- Fix release [`#204`](https://github.com/ConsenSys/consensys-sdk/pull/204)
- fix: fix pascalCase [`#202`](https://github.com/ConsenSys/consensys-sdk/pull/202)
- fix: fix PascalCase [`#201`](https://github.com/ConsenSys/consensys-sdk/pull/201)
- fix: ignore eslint for package json [`#200`](https://github.com/ConsenSys/consensys-sdk/pull/200)
- fix: fix automated release [`#199`](https://github.com/ConsenSys/consensys-sdk/pull/199)
- fix: fix readme [`#198`](https://github.com/ConsenSys/consensys-sdk/pull/198)
- fix: add readme page [`#197`](https://github.com/ConsenSys/consensys-sdk/pull/197)
- fix: fix version-2 [`#196`](https://github.com/ConsenSys/consensys-sdk/pull/196)
- fix: fix version [`#195`](https://github.com/ConsenSys/consensys-sdk/pull/195)
- Merge dev on main [`#188`](https://github.com/ConsenSys/consensys-sdk/pull/188)
- fix: fix readme + package json [`#187`](https://github.com/ConsenSys/consensys-sdk/pull/187)
- fix: fix readme [`#186`](https://github.com/ConsenSys/consensys-sdk/pull/186)
- delete readme [`#185`](https://github.com/ConsenSys/consensys-sdk/pull/185)
- Fix convention naming [`#184`](https://github.com/ConsenSys/consensys-sdk/pull/184)
- Fix convention naming [`#183`](https://github.com/ConsenSys/consensys-sdk/pull/183)
- Install dependencies [`#182`](https://github.com/ConsenSys/consensys-sdk/pull/182)
- feat: release automatisation [`6b92fb0`](https://github.com/ConsenSys/consensys-sdk/commit/6b92fb061b83e4b9912be5e66839034327450a8e)
- feat: remove ipfs-http-client [`17b3456`](https://github.com/ConsenSys/consensys-sdk/commit/17b3456ba1800225a31b3f11d01af4dbb9db9d1d)
- fix: increase test coverage [`a097c61`](https://github.com/ConsenSys/consensys-sdk/commit/a097c618f210c7a418e6d815ed59d8fc73e0d511)

#### [2.4.0](https://github.com/ConsenSys/consensys-sdk/compare/v2.4.0...2.4.0)

> 12 April 2023
Expand All @@ -20,7 +49,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: fix pascalCase [`#202`](https://github.com/ConsenSys/consensys-sdk/pull/202)
- feat: release automatisation [`6b92fb0`](https://github.com/ConsenSys/consensys-sdk/commit/6b92fb061b83e4b9912be5e66839034327450a8e)
- feat: remove ipfs-http-client [`17b3456`](https://github.com/ConsenSys/consensys-sdk/commit/17b3456ba1800225a31b3f11d01af4dbb9db9d1d)
- fix: increase test coverage [`a097c61`](https://github.com/ConsenSys/consensys-sdk/commit/a097c618f210c7a418e6d815ed59d8fc73e0d511)
- feat: release PR 2.4.0 [`430e30c`](https://github.com/ConsenSys/consensys-sdk/commit/430e30c33b5b90a8e391eb9c22a437eecf50f561)

#### [v2.3.10](https://github.com/ConsenSys/consensys-sdk/compare/2.3.9...v2.3.10)

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": "@infura/sdk",
"version": "2.4.0",
"version": "2.4.1",
"description": "Infura SDK: easily manage, interact with and read smart contract on Mainnet, testnet and local",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit ea1cfe7

Please sign in to comment.