Skip to content

Commit

Permalink
v2.2.0 release (#61)
Browse files Browse the repository at this point in the history
* v2.2.0 release

* Revert link fix
  • Loading branch information
ryanml authored Sep 19, 2022
1 parent 4e796ea commit c974670
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ 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).

## [Unreleased]
## [2.2.0] - 2022-09-19
### Added
- Add support for the Sepolia network ([#60](https://github.com/MetaMask/etherscan-link/pull/60))

## [2.1.0] - 2021-05-07
### Added

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": "@metamask/etherscan-link",
"version": "2.1.0",
"version": "2.2.0",
"description": "A library for generating etherscan links.",
"main": "dist/index.js",
"publishConfig": {
Expand Down

0 comments on commit c974670

Please sign in to comment.