Skip to content

Commit 481c8f4

Browse files
committedOct 13, 2018
Release 0.4.0
1 parent 06bd97b commit 481c8f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 0.4.0 (ongoing)
1+
## 0.4.0 (2018-10-13)
22

3-
- Upgrade `elm-format` to `0.8` to support Elm `0.19` ([#4](https://github.com/gicentre/prettier-plugin-elm/issues/4))
3+
- Upgrade `elm-format` to `0.8.1` to support Elm `0.19` ([#4](https://github.com/gicentre/prettier-plugin-elm/issues/4))
44

55
This includes replacing `module Main exposing (..)` with `module Main exposing (something)` in tests, according to the new output in `elm-format`.
66

@@ -10,7 +10,7 @@
1010
- Stop running tests in Node 9 due to its end of life on 2018-06-30 ([#5](https://github.com/gicentre/prettier-plugin-elm/issues/5))
1111

1212
- Internal:
13-
- Upgrade dev dependencies
13+
- Upgrade dependencies
1414
- Add pre-push git hook via [`husky`](https://github.com/typicode/husky) to avoid dumb linting errors in CI
1515

1616
## 0.3.0 (2018-05-23)

‎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-rc.2",
3+
"version": "0.4.0",
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)