Skip to content

Commit

Permalink
Up version to 0.6.5, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kosz78 committed Mar 25, 2020
1 parent 6ab91a7 commit 84e5e54
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 42 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# ChangeLog

## 0.6.5 (25 Mar 2020)
* Evolution of project file mapping (#118)
* Show hover info at current mouse position (#147)
* Completion suggestions require alphanumerics (#136)
* Manage Nimpretty params (#140)
* Rename provider (#141)
* Automatically continue ## doc comment to next line (#139)
* Added setting to enable/disable nimsuggest completions (#137)
* Changed indentation rules (#133)
* Added highlight on call without ()

## 0.6.4 (30 Sep 2019)
* Block string literals (#126)
* Change envelope length to UTF-8 byte size (#124)
Expand Down
78 changes: 39 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nim",
"displayName": "Nim",
"description": "Nim language support for Visual Studio Code",
"version": "0.6.4",
"version": "0.6.5",
"publisher": "kosz78",
"author": {
"name": "Xored Software Inc."
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^10.14.19",
"tslint": "^5.20.0",
"@types/node": "^10.17.17",
"tslint": "^5.20.1",
"typescript": "^2.6.1",
"vscode": "^1.1.36"
},
Expand Down

0 comments on commit 84e5e54

Please sign in to comment.