Skip to content

Commit 3b6819c

Browse files
committed
Bump to v2.1.0
1 parent 8ca4b03 commit 3b6819c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
## [2.1.0] - 2022-04-16
10+
911
### Added
1012

1113
- Support for the `singleAttributePerLine` option.
@@ -183,7 +185,8 @@ and it will maintain your formatting.
183185

184186
- Initial release 🎉
185187

186-
[unreleased]: https://github.com/prettier/plugin-xml/compare/v2.0.1...HEAD
188+
[unreleased]: https://github.com/prettier/plugin-xml/compare/v2.1.0...HEAD
189+
[2.1.0]: https://github.com/prettier/plugin-xml/compare/v2.0.1...v2.1.0
187190
[2.0.1]: https://github.com/prettier/plugin-xml/compare/v2.0.0...v2.0.1
188191
[2.0.0]: https://github.com/prettier/plugin-xml/compare/v1.2.0...v2.0.0
189192
[1.2.0]: https://github.com/prettier/plugin-xml/compare/v1.1.0...v1.2.0

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": "2.0.1",
3+
"version": "2.1.0",
44
"description": "prettier plugin for XML",
55
"main": "dist/plugin.js",
66
"scripts": {

0 commit comments

Comments
 (0)