Skip to content

Commit 76fdd93

Browse files
committed
v0.12.0
1 parent 7fb0356 commit 76fdd93

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.12.0 (2025-09-21)
2+
3+
- **[breaking change]** Set minimum Node version to 18.20.6 ([#64](https://github.com/gicentre/prettier-plugin-elm/pull/64))
4+
5+
- Update elm-format to 0.8.8 ([#63](https://github.com/gicentre/prettier-plugin-elm/pull/63))
6+
7+
- Update production dependencies and devDependencies ([#64](https://github.com/gicentre/prettier-plugin-elm/pull/64), [#60](https://github.com/gicentre/prettier-plugin-elm/pull/60))
8+
9+
- [internal] Switch from yarn to pnpm ([#59](https://github.com/gicentre/prettier-plugin-elm/pull/59))
10+
11+
- [internal] Switch from jest to vitest ([#60](https://github.com/gicentre/prettier-plugin-elm/pull/60))
12+
113
## 0.11.0 (2023-04-18)
214

315
- Update elm-format to 0.8.7 ([#47](https://github.com/gicentre/prettier-plugin-elm/pull/47))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prettier-plugin-elm",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Adds Elm language support to Prettier via elm-format",
55
"keywords": [
66
"elm",

0 commit comments

Comments
 (0)