Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Add new version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
brayansdt committed Oct 24, 2023
1 parent 15c56ed commit 458740b
Show file tree
Hide file tree
Showing 3 changed files with 1,081 additions and 1,077 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.1] - 2023-10-24
- Updated README.md and examples to use sepolia in sandbox environment.
- Replace AlchemyProvider with EtherscanProvider for sepolia network in examples.

## [2.3.0] - 2023-10-24
- Updated ethers to enable sepolia network
- Updated configuration to use sepolia in sandbox environment.
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": "@imtbl/core-sdk",
"version": "2.3.0",
"version": "2.3.1",
"description": "Immutable Core SDK",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down
Loading

0 comments on commit 458740b

Please sign in to comment.