Skip to content

Commit 43e8522

Browse files
chore(main): release 0.1.1 (#26)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dd7df79 commit 43e8522

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-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.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/askpt/code-complexity/compare/v0.1.0...v0.1.1) (2025-09-20)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* Update package.json with publisher and repository information ([#25](https://github.com/askpt/code-complexity/issues/25)) ([dd7df79](https://github.com/askpt/code-complexity/commit/dd7df79b913ed3e90973524e57e49c9d8dad15d8))
9+
* update publisher and repository information in package.json ([dd7df79](https://github.com/askpt/code-complexity/commit/dd7df79b913ed3e90973524e57e49c9d8dad15d8))
10+
311
## [0.1.0](https://github.com/askpt/code-complexity/compare/v0.0.1...v0.1.0) (2025-09-20)
412

513

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-complexity",
33
"displayName": "Code Complexity",
44
"description": "A comprehensive Visual Studio Code extension that calculates and displays Cognitive Complexity metrics based on SonarSource's Cognitive Complexity specification.",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"publisher": "dev-asilva",
77
"preview": true,
88
"repository": {

0 commit comments

Comments
 (0)