Skip to content

Commit 212aa76

Browse files
committed
[UPDATE] the changelog and readme files
1 parent 37e909c commit 212aa76

File tree

6 files changed

+51
-3
lines changed

6 files changed

+51
-3
lines changed

CHANGELOG.md

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

88
---
99

10+
## [1.0.12] - 09/10/2025
11+
12+
### Changed
13+
14+
- The types in the user settings for the extension.
15+
16+
---
17+
18+
## [1.0.11] - 06/10/2025
19+
20+
### Added
21+
22+
- The missing translations
23+
24+
---
25+
1026
## [1.0.10] - 05/10/2025
1127

1228
### Added

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,14 @@ The extension currently supports the following languages:
209209
- Add jsonc file loading suppport
210210
- Add a script to help make sure that the languages all have the same amount of entries (so that the program will not throw a sentence not found due to a missing text entry).
211211

212+
### 1.0.11
213+
214+
- Add the missing translations
215+
216+
## 1.0.12
217+
218+
- Fix the types in the user settings for the extension.
219+
212220
---
213221

214222
## Following Extension Guidelines

vscode/asperheader/CHANGELOG.md

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

88
---
99

10+
## [1.0.12] - 09/10/2025
11+
12+
### Changed
13+
14+
- The types in the user settings for the extension.
15+
16+
---
17+
18+
## [1.0.11] - 06/10/2025
19+
20+
### Added
21+
22+
- The missing translations
23+
24+
---
25+
1026
## [1.0.10] - 05/10/2025
1127

1228
### Added

vscode/asperheader/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,14 @@ The extension currently supports the following languages:
209209
- Add jsonc file loading suppport
210210
- Add a script to help make sure that the languages all have the same amount of entries (so that the program will not throw a sentence not found due to a missing text entry).
211211

212+
### 1.0.11
213+
214+
- Add the missing translations
215+
216+
## 1.0.12
217+
218+
- Fix the types in the user settings for the extension.
219+
212220
---
213221

214222
## Following Extension Guidelines

vscode/asperheader/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.

vscode/asperheader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "asperheader",
33
"displayName": "Asper Header",
44
"description": "This is an extension that will allow the developers of the Asperguide project to sign their file in an easier way and quicker",
5-
"version": "1.0.10",
5+
"version": "1.0.12",
66
"publisher": "HenryLetellier",
77
"icon": "images/icon/favicon_transparent.png",
88
"repository": {

0 commit comments

Comments
 (0)