We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495acb1 commit e3168b6Copy full SHA for e3168b6
CHANGELOG.md
@@ -1,6 +1,6 @@
1
-## 0.4.1 (ongoing)
+## 0.4.1 (2018-10-14)
2
3
-Fix exception in `getElmFormatVersion()` when no global `elm-format` is installed ([#6](https://github.com/gicentre/prettier-plugin-elm/issues/6))
+- Fix exception in `getElmFormatVersion()` when no global `elm-format` is installed ([#6](https://github.com/gicentre/prettier-plugin-elm/issues/6))
4
5
## 0.4.0 (2018-10-13)
6
package.json
{
"name": "prettier-plugin-elm",
- "version": "0.4.0",
+ "version": "0.4.1",
"main": "src",
"repository": "https://github.com/gicentre/prettier-plugin-elm",
"description": "Adds Elm language support to Prettier via elm-format",
0 commit comments