Skip to content

Commit 44bd410

Browse files
committed
Bump version with a new server.
1 parent 2d92fa1 commit 44bd410

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10-
## [1.2.1] - 2025-11-30
10+
## [1.2.2] - 2025-11-24
11+
12+
### Changed
13+
14+
- Using [shader-language-server v1.2.2](https://github.com/antaalt/shader-sense/releases/tag/v1.2.2) with some minor bug fixes.
15+
16+
## [1.2.1] - 2025-11-23
1117

1218
### Added
1319

@@ -333,7 +339,8 @@ Initial release of this extension using [shader-language-server v0.0.1](https://
333339

334340

335341
<!-- Below are link for above changelog titles-->
336-
[unreleased]: https://github.com/antaalt/shader-validator/compare/v1.2.1...HEAD
342+
[unreleased]: https://github.com/antaalt/shader-validator/compare/v1.2.2...HEAD
343+
[1.2.2]: https://github.com/antaalt/shader-validator/compare/v1.2.1...v1.2.2
337344
[1.2.1]: https://github.com/antaalt/shader-validator/compare/v1.2.0...v1.2.1
338345
[1.2.0]: https://github.com/antaalt/shader-validator/compare/v1.1.0...v1.2.0
339346
[1.1.0]: https://github.com/antaalt/shader-validator/compare/v1.0.0...v1.1.0

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"color": "#9ad0ff",
88
"theme": "light"
99
},
10-
"version": "1.2.1",
11-
"server_version": "1.2.1",
10+
"version": "1.2.2",
11+
"server_version": "1.2.2",
1212
"publisher": "antaalt",
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)