Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from hansjhoffman/hh/release-v0.5.0-prep
Browse files Browse the repository at this point in the history
release v0.5.0 prep
  • Loading branch information
Hans Hoffman authored Aug 9, 2021
2 parents 9dca9e4 + b0e18e5 commit 31ce126
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions elm.novaextension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.5.0 - 2021-08-09

### Fixes

- `[language-server]` Don't use `node_modules/.bin` path for server. ([#29](https://github.com/hansjhoffman/nova-elm/pull/29))

## v0.4.0 - 2021-08-08

### Chore & Maintenance
Expand Down
2 changes: 1 addition & 1 deletion elm.novaextension/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Hans Hoffman",
"organization": "@hansjhoffman",
"description": "Elm syntax highlighting, code completions and Language Server support.",
"version": "0.4.0",
"version": "0.5.0",
"categories": ["commands", "formatters", "languages"],
"license": "MIT",
"repository": "https://github.com/hansjhoffman/nova-elm",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nova-elm",
"version": "0.4.0",
"version": "0.5.0",
"description": "Provides syntax highlighting and autocompletion for Elm",
"main": "src/index.ts",
"author": "Hans Hoffman",
Expand Down

0 comments on commit 31ce126

Please sign in to comment.