Skip to content

Commit 3d11c71

Browse files
committed
Prepare 1.4.1
1 parent 7abad16 commit 3d11c71

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 1.4.1
4+
5+
- Fallback to old configuration flow when clients don't support the new one
6+
- Add elm make code actions for more compiler errors
7+
38
## 1.4.0
49

510
- Various improvements to folding

HOW_TO_RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
- Increase the version in `package.json`
33
- Run `npm install`
44
- Run `npm run compile`
5+
- Push the code to github and wait for the CI
56
- Run `npm publish`
67
- Tag the new version on github

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elm-tooling/elm-language-server",
33
"description": "Implementation of an elm language server in node.",
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"author": "Kolja Lampe",
66
"license": "MIT",
77
"files": [

0 commit comments

Comments
 (0)