Skip to content

Commit e3168b6

Browse files
committed
Release 0.4.1
1 parent 495acb1 commit e3168b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 0.4.1 (ongoing)
1+
## 0.4.1 (2018-10-14)
22

3-
Fix exception in `getElmFormatVersion()` when no global `elm-format` is installed ([#6](https://github.com/gicentre/prettier-plugin-elm/issues/6))
3+
- Fix exception in `getElmFormatVersion()` when no global `elm-format` is installed ([#6](https://github.com/gicentre/prettier-plugin-elm/issues/6))
44

55
## 0.4.0 (2018-10-13)
66

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-elm",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"main": "src",
55
"repository": "https://github.com/gicentre/prettier-plugin-elm",
66
"description": "Adds Elm language support to Prettier via elm-format",

0 commit comments

Comments
 (0)