Skip to content

Commit 77a298a

Browse files
committed
Release v0.2.0
1 parent 1e479a0 commit 77a298a

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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
6+
7+
## Changes
8+
9+
- decoding/encoding logic has been extracted to prettier-html-templates package
10+
11+
## Fixed
12+
13+
- In some cases expressions weren't decoded inside script tags
14+
515
## v0.1.0 - 25 January 2021
616

717
Initial release

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

0 commit comments

Comments
 (0)