Skip to content

Commit 295de83

Browse files
committed
Release v0.3.0
1 parent 9b9ffc4 commit 295de83

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22

33
All notable changes to the prettier-plugin-eex will be documented in this file.
44

5-
## v.0.2.0 - 7 February 2021
5+
## v0.3.0 - 11 February 2021
66

7-
## Changes
7+
### Bug Fixes
8+
9+
- Properly formats liveview files with form_for expressions
10+
11+
## v0.2.0 - 7 February 2021
12+
13+
### Changes
814

915
- decoding/encoding logic has been extracted to prettier-html-templates package
1016

11-
## Fixed
17+
### Bug Fixes
1218

1319
- In some cases expressions weren't decoded inside script tags
1420

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-eex",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"license": "MIT",
55
"description": "Prettier plugin for .html.eex and .html.leex files",
66
"repository": {

0 commit comments

Comments
 (0)