Skip to content

Commit

Permalink
1.0.0 alpha.53 (#284)
Browse files Browse the repository at this point in the history
* bump version and fix snap

* update package-lock.json
  • Loading branch information
mattiaerre authored May 29, 2020
1 parent 5b043cd commit 47804c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-solidity",
"version": "1.0.0-alpha.52",
"version": "1.0.0-alpha.53",
"description": "prettier plugin for solidity",
"main": "src",
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions tests/AllSolidityFeatures/__snapshots__/jsfmt.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -928,12 +928,10 @@ struct TopLevelStruct {
enum TopLevelEnum {Top, Level, Enum}
pragma solidity ^0.6.0;
contract A {
function doStuff() public virtual {}
}
contract B is A {
function doStuff() public override {}
}
Expand Down

0 comments on commit 47804c5

Please sign in to comment.