Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit 1253fef

Browse files
version: bump to 0.1.5 (#216)
* Bump version to 0.1.5 * Update changelog
1 parent 1ca8f48 commit 1253fef

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v0.1.5
4+
5+
Various cleanup and maintenance tasks.
6+
7+
- Improving comments and some names (#211)
8+
- Add descriptive comments above the contract declaration for all 'non-abstract contracts' (#200)
9+
- Add generic mock xdomain messenger (#209)
10+
- Move everything over to hardhat (#208)
11+
- Add comment to document v argument (#199)
12+
- Add security related comments (#191)
13+
314
## v0.1.4
415

516
Fix single contract redeployment & state dump script for

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eth-optimism/contracts",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"main": "build/src/index.js",
55
"files": [
66
"build/**/*.js",

0 commit comments

Comments
 (0)