Skip to content

Commit b6bdaec

Browse files
committed
fixed release
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 282f6d8 commit b6bdaec

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to the "Unfault" extension 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.3.0] - 2025-12-09
9+
10+
### Added
11+
12+
- Fixed release version
13+
814
## [0.2.0] - 2025-12-09
915

1016
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unfault",
33
"displayName": "Unfault",
44
"description": "Production-readiness linting for your code - detect stability, performance, and reliability issues before they reach production",
5-
"version": "0.1.0",
5+
"version": "0.3.0",
66
"publisher": "unfault",
77
"homepage": "https://unfault.dev",
88
"repository": {

0 commit comments

Comments
 (0)