Commit 570a1641 authored by Kelvin Fichter's avatar Kelvin Fichter Committed by GitHub

version: bump to 0.1.5 (#216)

* Bump version to 0.1.5

* Update changelog
parent 01cffe2d
# Changelog # Changelog
## v0.1.5
Various cleanup and maintenance tasks.
- Improving comments and some names (#211)
- Add descriptive comments above the contract declaration for all 'non-abstract contracts' (#200)
- Add generic mock xdomain messenger (#209)
- Move everything over to hardhat (#208)
- Add comment to document v argument (#199)
- Add security related comments (#191)
## v0.1.4 ## v0.1.4
Fix single contract redeployment & state dump script for Fix single contract redeployment & state dump script for
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.1.4", "version": "0.1.5",
"main": "build/src/index.js", "main": "build/src/index.js",
"files": [ "files": [
"build/**/*.js", "build/**/*.js",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment