Skip to content

Commit

Permalink
prepare v0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinweb committed Jul 14, 2022
1 parent e17232a commit 5bf1c9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to the "solidity-visual-auditor" extension will be documented in this file.

## v0.0.21
- new: CLI option `--html` - generates a standalone html report (default markdown)

## v0.0.20
- new: added `solidity-code-metrics` command
- new: updated solidity-parser, solidity-doppelganger
Expand Down
4 changes: 2 additions & 2 deletions 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": "solidity-code-metrics",
"version": "0.0.20",
"version": "0.0.21",
"description": "Solidity Code Metrics",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit 5bf1c9c

Please sign in to comment.