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

chore(v2.4.2): release version 2.4.2 #213

Merged
merged 1 commit into from
Jun 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(v2.4.2): release version 2.4.2
  • Loading branch information
actions-user committed Jun 16, 2023
commit db6c9cdb0797a9afc05e5e51ef2ab1ff4a7dc7cd
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.2](https://github.com/ConsenSys/consensys-sdk/compare/v2.4.1...v2.4.2)

> 16 June 2023

- NFT-000: fix polygon url [`#212`](https://github.com/ConsenSys/consensys-sdk/pull/212)
- feat: release version 2.4.1 [`#210`](https://github.com/ConsenSys/consensys-sdk/pull/210)
- NFT-000: add integ test [`b3fb1f9`](https://github.com/ConsenSys/consensys-sdk/commit/b3fb1f993b048bec5d33e584ed531a4220220fce)
- chore(v2.4.2): release version 2.4.2 [`ea32bc6`](https://github.com/ConsenSys/consensys-sdk/commit/ea32bc6a588e3a649ba47a3c23b62fca0af1e7fa)
- NFT-000: fix url [`7350ce7`](https://github.com/ConsenSys/consensys-sdk/commit/7350ce73f18ea28ddaccf7d6b52e5ab764b208b2)

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

> 19 May 2023
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.1",
"version": "2.4.2",
"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
Loading