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
66
77## [ Unreleased]
88
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+
915## [ 3.3.0] - 2024-02-09
1016
1117### Added
@@ -255,7 +261,8 @@ and it will maintain your formatting.
255261
256262- Initial release 🎉
257263
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
259266[ 3.3.0 ] : https://github.com/prettier/plugin-xml/compare/v3.2.2...v3.3.0
260267[ 3.2.2 ] : https://github.com/prettier/plugin-xml/compare/v3.2.1...v3.2.2
261268[ 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 11{
22 "name" : " @prettier/plugin-xml" ,
3- "version" : " 3.3.0 " ,
3+ "version" : " 3.3.1 " ,
44 "description" : " prettier plugin for XML" ,
55 "type" : " module" ,
66 "main" : " src/plugin.js" ,
You can’t perform that action at this time.
0 commit comments