Skip to content

Commit

Permalink
Bump to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Aug 8, 2023
1 parent d1e848a commit 7aba568
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [3.2.0] - 2023-08-08

### Added

- Respect `xml:space="preserve"` as an override to the `xmlWhitespaceSensitivity` option.
Expand Down Expand Up @@ -226,7 +228,8 @@ and it will maintain your formatting.

- Initial release 🎉

[unreleased]: https://github.com/prettier/plugin-xml/compare/v3.1.1...HEAD
[unreleased]: https://github.com/prettier/plugin-xml/compare/v3.2.0...HEAD
[3.2.0]: https://github.com/prettier/plugin-xml/compare/v3.1.1...v3.2.0
[3.1.1]: https://github.com/prettier/plugin-xml/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/prettier/plugin-xml/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/prettier/plugin-xml/compare/v3.0.0-alpha.0...v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prettier/plugin-xml",
"version": "3.1.1",
"version": "3.2.0",
"description": "prettier plugin for XML",
"type": "module",
"main": "src/plugin.js",
Expand Down

0 comments on commit 7aba568

Please sign in to comment.