Skip to content

Commit 653ce6c

Browse files
chore(main): release 0.3.1 (#226)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6f507ae commit 653ce6c

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.3.1"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.3.1](https://github.com/askpt/code-metrics/compare/v0.3.0...v0.3.1) (2026-04-01)
4+
5+
6+
### 🚀 Performance
7+
8+
* cache parsers and analysis results to reduce per-keystroke overhead ([#222](https://github.com/askpt/code-metrics/issues/222)) ([1f2f4d3](https://github.com/askpt/code-metrics/commit/1f2f4d3b8e8be4069e81e5fb81c4cf39a53c68d6))
9+
10+
11+
### 🔄 Refactoring
12+
13+
* extract generic createAnalyzer helper and implement showFunctionDetails command ([#230](https://github.com/askpt/code-metrics/issues/230)) ([6f507ae](https://github.com/askpt/code-metrics/commit/6f507ae835331b4fe74fe81332dd17aed25ff403))
14+
315
## [0.3.0](https://github.com/askpt/code-metrics/compare/v0.2.0...v0.3.0) (2026-03-19)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code-metrics",
33
"displayName": "Code Complexity Metrics",
44
"description": "A comprehensive Visual Studio Code extension that calculates and displays code metrics including Cognitive Complexity based on SonarSource's specification.",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"publisher": "dev-asilva",
77
"preview": true,
88
"repository": {

0 commit comments

Comments
 (0)