Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev committed Nov 5, 2022
1 parent 49983c5 commit c414c07
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.9.0 (2022-11-05)

- **[breaking change]** Set minimum Node version to 14 ([#33](https://github.com/gicentre/prettier-plugin-elm/issues/33))

- Test plugin against Prettier v1, v2 and v3, use 3.0.0-alpha.4 internally ([#36](https://github.com/gicentre/prettier-plugin-elm/issues/36))

- Add timeout when calling `elm-format` ([#39](https://github.com/gicentre/prettier-plugin-elm/pull/39))

- Update dependencies and refactor codebase ([#31](https://github.com/gicentre/prettier-plugin-elm/pull/31),
[#32](https://github.com/gicentre/prettier-plugin-elm/pull/32),
[#34](https://github.com/gicentre/prettier-plugin-elm/pull/34),
[#35](https://github.com/gicentre/prettier-plugin-elm/pull/35),
[#37](https://github.com/gicentre/prettier-plugin-elm/pull/37) and
[#38](https://github.com/gicentre/prettier-plugin-elm/pull/38))

## 0.8.0 (2021-08-24)

- Upgrade dependencies (includes `elm-format` `0.8.3``0.8.5`) ([#23](https://github.com/gicentre/prettier-plugin-elm/issues/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.8.0",
"version": "0.9.0",
"description": "Adds Elm language support to Prettier via elm-format",
"keywords": [
"elm",
Expand Down

0 comments on commit c414c07

Please sign in to comment.