Skip to content

Commit 349eb6e

Browse files
committed
fix: diagnostic source name
1 parent cded25a commit 349eb6e

5 files changed

Lines changed: 16 additions & 1605 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ dist
33
node_modules
44
.vscode-test/
55
*.vsix
6+
package-lock.json

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.2] - 2026-02-07
9+
10+
### Changed
11+
12+
- Fixed the extension's diagnostic source to be "GitGerbil" instead of the previous interim name.
13+
814
## [0.1.1] - 2026-02-07
915

1016
### Added
@@ -16,3 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1622
### Changed
1723

1824
- Added actual documentation to the `README.md`.
25+
26+
## [0.1.0] - 2026-02-07
27+
28+
### Added
29+
30+
- Initial release.

0 commit comments

Comments
 (0)