Skip to content

Commit

Permalink
Updated CHANGELOG.md and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Dec 15, 2023
1 parent 0661966 commit 0e49c51
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
@@ -1,5 +1,9 @@
# Changelog

## Version 2.0.0-alpha.21

* Fix a bug related to parsing the same bytecode for two different contracts

## Version 2.0.0-alpha.20

* Remove redundant initializers in a verifier task
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": "@solarity/hardhat-migrate",
"version": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"description": "Automatic deployment and verification of smart contracts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 0e49c51

Please sign in to comment.