Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev committed Oct 13, 2018
1 parent 06bd97b commit 481c8f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 0.4.0 (ongoing)
## 0.4.0 (2018-10-13)

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

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

Expand All @@ -10,7 +10,7 @@
- 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))

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

## 0.3.0 (2018-05-23)
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": "prettier-plugin-elm",
"version": "0.4.0-rc.2",
"version": "0.4.0",
"main": "src",
"repository": "https://github.com/gicentre/prettier-plugin-elm",
"description": "Adds Elm language support to Prettier via elm-format",
Expand Down

0 comments on commit 481c8f4

Please sign in to comment.