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 0c43929 commit 5af7376Copy full SHA for 5af7376
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.29] - 2024-03-18
11
+
12
+- Improve support for [ink! v5](https://github.com/paritytech/ink/releases/tag/v5.0.0)
13
14
## [0.1.28] - 2024-03-17
15
16
- Improve support for [ink! v5](https://github.com/paritytech/ink/releases/tag/v5.0.0)
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.28",
+ "version": "0.1.29",
6
"lspServerVersion": "0.2.28",
"private": true,
"publisher": "ink-analyzer",
0 commit comments