We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bd0b1 commit bbcb91aCopy full SHA for bbcb91a
2 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to the prettier-plugin-eex will be documented in this file.
4
5
+## v0.6.0 - 05 July 2022
6
+
7
+### Breaking Changes
8
9
+Change minimum versions supported to: Elixir 1.10 and Erlang OTP 22 minimum
10
11
## v0.5.0 - 25 April 2021
12
13
### Bug fixes
package.json
@@ -1,6 +1,6 @@
1
{
"name": "prettier-plugin-eex",
- "version": "0.5.0",
+ "version": "0.6.0",
"license": "MIT",
"description": "Prettier plugin for .html.eex and .html.leex files",
"repository": {
0 commit comments