Skip to content

Commit

Permalink
Prepare CHANGELOG and release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev committed Jan 13, 2020
1 parent 85b6a10 commit 7e79104
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
## 0.5.0 (2019-07-21)
## 0.6.0 (2020-01-13)

- **[breaking change]** Drop Node 8 support due to its end of life on 2019-12-31

- Upgrade dependencies

- Drop Node 6 support due to its end of life on 2019-04-30
- Pin `elm-format` dependency to `0.8.2` instead of relying on `^0.8.2` (this can improve predictability of the plugin behaviour in future)

## 0.5.0 (2019-07-21)

- **[breaking change]** Drop Node 6 support due to its end of life on 2019-04-30

- Upgrade dependencies

## 0.4.2 (2018-12-22)

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.5.0",
"version": "0.6.0",
"license": "BSD-3-Clause",
"repository": "https://github.com/gicentre/prettier-plugin-elm",
"description": "Adds Elm language support to Prettier via elm-format",
Expand Down

0 comments on commit 7e79104

Please sign in to comment.