We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd9082 commit ccdfcedCopy full SHA for ccdfced
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.1.35] - 2025-11-14
11
+
12
+- Support for [ink! `6.0.0-beta.1`](https://github.com/use-ink/ink/releases/tag/v6.0.0-beta.1)
13
14
## [0.1.34] - 2025-10-31
15
16
- Use ink! `6.0.0-beta` in new project template
package.json
@@ -2,7 +2,7 @@
2
"name": "ink-analyzer",
3
"displayName": "ink! analyzer",
4
"description": "ink! language support for Visual Studio Code",
5
- "version": "0.1.34",
+ "version": "0.1.35",
6
"lspServerVersion": "0.4.2",
"private": true,
"publisher": "ink-analyzer",
0 commit comments