Skip to content

Commit e1f32d0

Browse files
committed
prepare v0.0.20
1 parent c49bfce commit e1f32d0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## v0.0.20
4+
- update: solidity-metrics / new metrics
5+
36
## v0.0.19
47
- update: solidity-metrics / solidity parser
58

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "solidity-metrics",
33
"displayName": "Solidity Metrics",
44
"description": "Solidity Metrics",
5-
"version": "0.0.19",
5+
"version": "0.0.20",
66
"keywords": [
77
"code",
88
"metrics",
@@ -95,7 +95,7 @@
9595
"build:web": "webpack --entry ./websrc/main.js -o ./content/ --mode='production'"
9696
},
9797
"dependencies": {
98-
"solidity-code-metrics": "0.0.18"
98+
"solidity-code-metrics": "^0.0.19"
9999
},
100100
"devDependencies": {
101101
"webpack": "^5.43.0",

0 commit comments

Comments
 (0)