File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 3.3.1] - 2024-02-10
10
+
11
+ ### Changed
12
+
13
+ - Allow elements to be marked as whitespace ignored even when they have reference nodes.
14
+
9
15
## [ 3.3.0] - 2024-02-09
10
16
11
17
### Added
@@ -255,7 +261,8 @@ and it will maintain your formatting.
255
261
256
262
- Initial release 🎉
257
263
258
- [ unreleased ] : https://github.com/prettier/plugin-xml/compare/v3.3.0...HEAD
264
+ [ unreleased ] : https://github.com/prettier/plugin-xml/compare/v3.3.1...HEAD
265
+ [ 3.3.1 ] : https://github.com/prettier/plugin-xml/compare/v3.3.0...v3.3.1
259
266
[ 3.3.0 ] : https://github.com/prettier/plugin-xml/compare/v3.2.2...v3.3.0
260
267
[ 3.2.2 ] : https://github.com/prettier/plugin-xml/compare/v3.2.1...v3.2.2
261
268
[ 3.2.1 ] : https://github.com/prettier/plugin-xml/compare/v3.2.0...v3.2.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @prettier/plugin-xml" ,
3
- "version" : " 3.3.0 " ,
3
+ "version" : " 3.3.1 " ,
4
4
"description" : " prettier plugin for XML" ,
5
5
"type" : " module" ,
6
6
"main" : " src/plugin.js" ,
You can’t perform that action at this time.
0 commit comments