Skip to content

Commit

Permalink
prepare v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinweb committed Nov 23, 2021
1 parent 88ed1f0 commit de30118
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log
All notable changes will be documented in this file.

## v0.0.1 - 0.0.4
## v0.0.1 - 0.0.5

- first alpha
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": "solgrep",
"version": "0.0.4",
"version": "0.0.5",
"description": "",
"main": "src/index.js",
"bin": {
Expand Down
2 changes: 2 additions & 0 deletions src/rules/tincustom.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ class IsInitializable extends BaseRule {
IsInitializable.description = "Checks if a contract is initializable by anyone and not auto-initialized in __constr__";




module.exports = {
IsInitializable,

Expand Down

0 comments on commit de30118

Please sign in to comment.