Skip to content

Commit 54f691c

Browse files
authored
Merge pull request #73 from gnidan/release
Release v0.6.2
2 parents 4af670b + 44b3ec5 commit 54f691c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22

33
## vNext
44

5+
## v0.6.2
6+
7+
See [release notes](https://github.com/gnidan/abi-to-sol/releases/tag/v0.6.2).
8+
59
### Dependency updates
610

711
- Bump @truffle/codec from ^0.11.24 to ^0.13.2
812
([#72](https://github.com/gnidan/abi-to-sol/pull/72) by
913
[@cds-amal](https://github.com/cds-amal))
1014

11-
1215
## v0.6.1
1316

1417
See [release notes](https://github.com/gnidan/abi-to-sol/releases/tag/v0.6.1).

packages/abi-to-sol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abi-to-sol",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Compile ABI JSON to Solidity interface",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

packages/web-ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@abi-to-sol/web-ui",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"private": true,
55
"description": "Web UI for abi-to-sol",
66
"author": "g. nicholas d'andrea <[email protected]>",
@@ -34,7 +34,7 @@
3434
"@types/react-dom": "^17.0.0",
3535
"@typescript-eslint/eslint-plugin": "^4.5.0",
3636
"@typescript-eslint/parser": "^4.5.0",
37-
"abi-to-sol": "^0.6.1",
37+
"abi-to-sol": "^0.6.2",
3838
"add": "^2.0.6",
3939
"babel-eslint": "^10.1.0",
4040
"babel-jest": "^26.6.0",

0 commit comments

Comments
 (0)