Skip to content

Commit

Permalink
Setup for v1.0.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
loganch committed Sep 26, 2023
1 parent 7d7820a commit 1728c4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.0.12] - 2023-09-26

### Added

- Signature help pulls description and parameters from function headers
Expand Down Expand Up @@ -309,6 +311,7 @@ The IntelliSense release!
- Added the ability to generate a debug MsgBox for a highlighted variable or macro with Ctrl+Shift+D.
- Added icon, banner color and description for marketplace.

[1.0.12]: https://github.com/loganch/AutoIt-VSCode/compare/v1.0.10...v1.0.12
[1.0.11]: https://github.com/loganch/AutoIt-VSCode/compare/v1.0.10...v1.0.11
[1.0.10]: https://github.com/loganch/AutoIt-VSCode/compare/v1.0.9...v1.0.10
[1.0.9]: https://github.com/loganch/AutoIt-VSCode/compare/v1.0.8...v1.0.9
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "AutoIt",
"description": "AutoIt language extension for Visual Studio Code",
"icon": "img/ai_icon.png",
"version": "1.0.10",
"version": "1.0.12",
"publisher": "Damien",
"galleryBanner": {
"color": "#254768",
Expand Down Expand Up @@ -43,9 +43,6 @@
},
"license": "MIT",
"main": "./dist/extension",
"activationEvents": [
"onLanguage:autoit"
],
"repository": {
"type": "git",
"url": "https://github.com/loganch/AutoIt-VSCode.git"
Expand Down

0 comments on commit 1728c4c

Please sign in to comment.