Skip to content

Commit 8769c7b

Browse files
committed
Bump to v1.0.2
1 parent 15f2786 commit 8769c7b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
## [1.0.2] - 2021-07-17
10+
11+
### Changed
12+
13+
- Removed duplicated inner comments when `xmlWhitespaceSensitivity` is set to `"strict"`.
14+
915
## [1.0.1] - 2021-07-14
1016

1117
### Changed
@@ -149,7 +155,8 @@ and it will maintain your formatting.
149155

150156
- Initial release 🎉
151157

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
153160
[1.0.1]: https://github.com/prettier/plugin-xml/compare/v1.0.0...v1.0.1
154161
[1.0.0]: https://github.com/prettier/plugin-xml/compare/v0.13.1...v1.0.0
155162
[0.13.1]: https://github.com/prettier/plugin-xml/compare/v0.13.0...v0.13.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prettier/plugin-xml",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "prettier plugin for XML",
55
"main": "dist/plugin.js",
66
"scripts": {

0 commit comments

Comments
 (0)