Skip to content

Commit

Permalink
Prepare for 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukel97 committed Jul 23, 2020
1 parent f0fbbed commit 0118bac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.1.1

- Fix the restart server and import identifier commands

### 0.1.0

`vscode-hie-server`/`Haskell Language Server` is now just Haskell, and will soon
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

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": "vscode-hie-server",
"displayName": "Haskell",
"description": "Haskell language support powered by the Haskell Language Server, ghcide or HIE",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"publisher": "alanz",
"engines": {
Expand Down

0 comments on commit 0118bac

Please sign in to comment.