Skip to content

Commit 3dc1f70

Browse files
committed
Bump to v1.1.0
1 parent 0f6815d commit 3dc1f70

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+
## [1.1.0] - 2021-09-26
10+
911
### Added
1012

1113
- Bring back the `xmlSelfClosingSpace` option.
@@ -159,7 +161,8 @@ and it will maintain your formatting.
159161

160162
- Initial release 🎉
161163

162-
[unreleased]: https://github.com/prettier/plugin-xml/compare/v1.0.2...HEAD
164+
[unreleased]: https://github.com/prettier/plugin-xml/compare/v1.1.0...HEAD
165+
[1.1.0]: https://github.com/prettier/plugin-xml/compare/v1.0.2...v1.1.0
163166
[1.0.2]: https://github.com/prettier/plugin-xml/compare/v1.0.1...v1.0.2
164167
[1.0.1]: https://github.com/prettier/plugin-xml/compare/v1.0.0...v1.0.1
165168
[1.0.0]: https://github.com/prettier/plugin-xml/compare/v0.13.1...v1.0.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": "1.0.2",
3+
"version": "1.1.0",
44
"description": "prettier plugin for XML",
55
"main": "dist/plugin.js",
66
"scripts": {

0 commit comments

Comments
 (0)