Skip to content

Commit f5185be

Browse files
committed
chore: release version 0.14.0
1 parent 586e8f4 commit f5185be

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
## unreleased
44

5+
---
6+
## 0.14.0 (2024-12-18)
7+
58
### Bugfixes
6-
- Properly implement `bracketSameLine` options for html element tag
9+
- [GH-90](https://github.com/zackad/prettier-plugin-twig/issues/90) Properly implement `bracketSameLine` options for html element tag
710

811
__Input__
912
```twig
@@ -68,8 +71,8 @@ __bracketSameLine: `false`__
6871
<br />
6972
```
7073

71-
- GH-101 Fix printing some html tags to be on their own line (heading and table cell)
72-
- GH-106 Fix handling string literal when using block shortcut syntax
74+
- [GH-101](https://github.com/zackad/prettier-plugin-twig/issues/101) Fix printing some html tags to be on their own line (heading and table cell)
75+
- [GH-106](https://github.com/zackad/prettier-plugin-twig/issues/106) Fix handling string literal when using block shortcut syntax
7376

7477
### Internals
7578
- Add option to add prefix/suffix for test snapshot output. This will allow to reuse single input file to produce several snapshot output with different configuration

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zackad/prettier-plugin-twig",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Prettier Plugin for Twig",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)