Skip to content

Commit cdcbee1

Browse files
chore(main): release 0.1.3 (#30)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eb210f2 commit cdcbee1

File tree

4 files changed

+11
-4
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## [0.1.3](https://github.com/askpt/code-metrics/compare/v0.1.2...v0.1.3) (2025-09-20)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* Update displayName to 'Code Complexity Metrics' ([#29](https://github.com/askpt/code-metrics/issues/29)) ([eb210f2](https://github.com/askpt/code-metrics/commit/eb210f28d31cf406c1e26301d56edd6122f8cc30))
9+
310
## [0.1.2](https://github.com/askpt/code-metrics/compare/v0.1.1...v0.1.2) (2025-09-20)
411

512

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.1.2",
5+
"version": "0.1.3",
66
"publisher": "dev-asilva",
77
"preview": true,
88
"repository": {

0 commit comments

Comments
 (0)