File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.1.0] - 2022-04-16
10
+
9
11
### Added
10
12
11
13
- Support for the ` singleAttributePerLine ` option.
@@ -183,7 +185,8 @@ and it will maintain your formatting.
183
185
184
186
- Initial release 🎉
185
187
186
- [ unreleased ] : https://github.com/prettier/plugin-xml/compare/v2.0.1...HEAD
188
+ [ unreleased ] : https://github.com/prettier/plugin-xml/compare/v2.1.0...HEAD
189
+ [ 2.1.0 ] : https://github.com/prettier/plugin-xml/compare/v2.0.1...v2.1.0
187
190
[ 2.0.1 ] : https://github.com/prettier/plugin-xml/compare/v2.0.0...v2.0.1
188
191
[ 2.0.0 ] : https://github.com/prettier/plugin-xml/compare/v1.2.0...v2.0.0
189
192
[ 1.2.0 ] : https://github.com/prettier/plugin-xml/compare/v1.1.0...v1.2.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @prettier/plugin-xml" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"description" : " prettier plugin for XML" ,
5
5
"main" : " dist/plugin.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments