Skip to content

Commit 952eb11

Browse files
committed
[UPDATE] the README.md and CHANGELOG.md to reflect the upcoming changes for the new version
1 parent 64936a8 commit 952eb11

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
---
99

10+
## [1.0.6] - 03/10/2025
11+
12+
### Fixed
13+
14+
- Debug functions that should check if debug is enabled before firering
15+
- Debug option that was set to true by default, it is now false.
16+
17+
---
18+
1019
## [1.0.5] - 03/10/2025
1120

1221
### Added

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@ The extension currently supports the following languages:
179179
- Add 12 more languages to the module (es, zh-cn, zh-tw, de, ja, ko, ru, pt-br, tr, pl, cs, hu)
180180
- Update `messageReference.ts` in order to support such languages
181181

182+
### 1.0.6
183+
184+
- Fix the debug check
185+
- Fix test with the logger
186+
182187
---
183188

184189
## Following Extension Guidelines

vscode/asperheader/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
---
99

10+
## [1.0.6] - 03/10/2025
11+
12+
### Fixed
13+
14+
- Debug functions that should check if debug is enabled before firering
15+
- Debug option that was set to true by default, it is now false.
16+
17+
---
18+
1019
## [1.0.5] - 03/10/2025
1120

1221
### Added

vscode/asperheader/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@ The extension currently supports the following languages:
179179
- Add 12 more languages to the module (es, zh-cn, zh-tw, de, ja, ko, ru, pt-br, tr, pl, cs, hu)
180180
- Update `messageReference.ts` in order to support such languages
181181

182+
### 1.0.6
183+
184+
- Fix the debug check
185+
- Fix test with the logger
186+
182187
---
183188

184189
## Following Extension Guidelines

0 commit comments

Comments
 (0)