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 3c7c87c commit 4036afaCopy full SHA for 4036afa
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.28] - 2024-03-17
11
+
12
+- Improve support for [ink! v5](https://github.com/paritytech/ink/releases/tag/v5.0.0)
13
14
## [0.1.27] - 2024-03-16
15
16
- 🎉 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.27",
+ "version": "0.1.28",
6
"lspServerVersion": "0.2.27",
"private": true,
"publisher": "ink-analyzer",
0 commit comments