We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49bfce commit e1f32d0Copy full SHA for e1f32d0
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## v0.0.20
4
+- update: solidity-metrics / new metrics
5
+
6
## v0.0.19
7
- update: solidity-metrics / solidity parser
8
package.json
@@ -2,7 +2,7 @@
"name": "solidity-metrics",
"displayName": "Solidity Metrics",
"description": "Solidity Metrics",
- "version": "0.0.19",
+ "version": "0.0.20",
"keywords": [
"code",
"metrics",
@@ -95,7 +95,7 @@
95
"build:web": "webpack --entry ./websrc/main.js -o ./content/ --mode='production'"
96
},
97
"dependencies": {
98
- "solidity-code-metrics": "0.0.18"
+ "solidity-code-metrics": "^0.0.19"
99
100
"devDependencies": {
101
"webpack": "^5.43.0",
0 commit comments