Skip to content

Commit

Permalink
release 0.1.11 (#338)
Browse files Browse the repository at this point in the history
* vscode-vlang: update package.json

* vscode-vlang: update CHANGELOG.md
  • Loading branch information
nedpals authored Nov 12, 2021
1 parent b36138f commit dfbb821
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.1.11
*12 November 2021*
### Fixes
- 🐛 Fix critical bug when launching / stopping VLS process. (thanks @nedpals #337)
- 🐛 Fix launching VLS process on TCP after "Remote Server" was disabled.

## 0.1.10
*3 October 2021*
### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "V language support (syntax highlighting, formatter, snippets) for Visual Studio Code.",
"publisher": "vlanguage",
"icon": "icons/icon.png",
"version": "0.1.10",
"version": "0.1.11",
"license": "MIT",
"engines": {
"vscode": "^1.40.0"
Expand Down

0 comments on commit dfbb821

Please sign in to comment.