File tree Expand file tree Collapse file tree 3 files changed +337
-435
lines changed Expand file tree Collapse file tree 3 files changed +337
-435
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
66
77## [ Unreleased]
88
9+ ## [ 1.0.0] - 2021-07-14
10+
911### Added
1012
1113- Support for the ` bracketSameLine ` option to mirror the core option.
@@ -141,7 +143,8 @@ and it will maintain your formatting.
141143
142144- Initial release 🎉
143145
144- [ unreleased ] : https://github.com/prettier/plugin-xml/compare/v0.13.1...HEAD
146+ [ unreleased ] : https://github.com/prettier/plugin-xml/compare/v1.0.0...HEAD
147+ [ 1.0.0 ] : https://github.com/prettier/plugin-xml/compare/v0.13.1...v1.0.0
145148[ 0.13.1 ] : https://github.com/prettier/plugin-xml/compare/v0.13.0...v0.13.1
146149[ 0.13.0 ] : https://github.com/prettier/plugin-xml/compare/v0.12.0...v0.13.0
147150[ 0.12.0 ] : https://github.com/prettier/plugin-xml/compare/v0.11.0...v0.12.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @prettier/plugin-xml" ,
3- "version" : " 0.13.1 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " prettier plugin for XML" ,
55 "main" : " dist/plugin.js" ,
66 "scripts" : {
2020 },
2121 "homepage" : " https://github.com/prettier/plugin-xml#readme" ,
2222 "dependencies" : {
23- "@xml-tools/parser" : " ^1.0.2 " ,
23+ "@xml-tools/parser" : " ^1.0.11 " ,
2424 "prettier" : " >=2.3"
2525 },
2626 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments