Skip to content

Commit cfb942a

Browse files
committed
Bump to v1.2.0
1 parent 4c89eba commit cfb942a

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.2.0] - 2021-12-23
10+
11+
### Added
12+
13+
- Support formatting `.xsl` files.
14+
915
## [1.1.0] - 2021-09-26
1016

1117
### Added
@@ -161,7 +167,8 @@ and it will maintain your formatting.
161167

162168
- Initial release 🎉
163169

164-
[unreleased]: https://github.com/prettier/plugin-xml/compare/v1.1.0...HEAD
170+
[unreleased]: https://github.com/prettier/plugin-xml/compare/v1.2.0...HEAD
171+
[1.2.0]: https://github.com/prettier/plugin-xml/compare/v1.1.0...v1.2.0
165172
[1.1.0]: https://github.com/prettier/plugin-xml/compare/v1.0.2...v1.1.0
166173
[1.0.2]: https://github.com/prettier/plugin-xml/compare/v1.0.1...v1.0.2
167174
[1.0.1]: https://github.com/prettier/plugin-xml/compare/v1.0.0...v1.0.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.1.0",
3+
"version": "1.2.0",
44
"description": "prettier plugin for XML",
55
"main": "dist/plugin.js",
66
"scripts": {

0 commit comments

Comments
 (0)