Skip to content

Commit

Permalink
bump version to 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsemakula committed Sep 29, 2023
1 parent 5e43e06 commit e4338a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_modules
.vscode-test/
*.vsix
server
.idea
.idea
test-fixtures
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.11] - 2023-09-29

- Signature help improvements.
- Improvements to code actions for trait `impl` blocks.
- General robustness improvements for semantic analyzer.

## [0.1.10] - 2023-09-25

- Add signature help for ink! attribute arguments.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ink-analyzer",
"displayName": "ink! Analyzer",
"description": "ink! language support for Visual Studio Code",
"version": "0.1.10",
"version": "0.1.11",
"private": true,
"publisher": "ink-analyzer",
"icon": "icon.png",
Expand Down

0 comments on commit e4338a6

Please sign in to comment.