File tree 2 files changed +9
-2
lines changed 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
+ ## [ 1.0.2] - 2021-07-17
10
+
11
+ ### Changed
12
+
13
+ - Removed duplicated inner comments when ` xmlWhitespaceSensitivity ` is set to ` "strict" ` .
14
+
9
15
## [ 1.0.1] - 2021-07-14
10
16
11
17
### Changed
@@ -149,7 +155,8 @@ and it will maintain your formatting.
149
155
150
156
- Initial release 🎉
151
157
152
- [ unreleased ] : https://github.com/prettier/plugin-xml/compare/v1.0.1...HEAD
158
+ [ unreleased ] : https://github.com/prettier/plugin-xml/compare/v1.0.2...HEAD
159
+ [ 1.0.2 ] : https://github.com/prettier/plugin-xml/compare/v1.0.1...v1.0.2
153
160
[ 1.0.1 ] : https://github.com/prettier/plugin-xml/compare/v1.0.0...v1.0.1
154
161
[ 1.0.0 ] : https://github.com/prettier/plugin-xml/compare/v0.13.1...v1.0.0
155
162
[ 0.13.1 ] : https://github.com/prettier/plugin-xml/compare/v0.13.0...v0.13.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @prettier/plugin-xml" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
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