Skip to content

Commit

Permalink
Updated versions and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Dec 9, 2023
1 parent 609c7e1 commit be5701d
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.18

* Handle the partially linked Bytecode in the Truffle Adapter.

## Version 2.0.0-alpha.17

* Separated the logic of the Reporter and moved transaction-related functions to the TransactionRunner class.
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.17",
"version": "2.0.0-alpha.18",
"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 be5701d

Please sign in to comment.