Skip to content

Commit

Permalink
Bump to version 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Feb 10, 2024
1 parent e9b6c28 commit 8ea19c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [3.3.1] - 2024-02-10

### Changed

- Allow elements to be marked as whitespace ignored even when they have reference nodes.

## [3.3.0] - 2024-02-09

### Added
Expand Down Expand Up @@ -255,7 +261,8 @@ and it will maintain your formatting.

- Initial release 🎉

[unreleased]: https://github.com/prettier/plugin-xml/compare/v3.3.0...HEAD
[unreleased]: https://github.com/prettier/plugin-xml/compare/v3.3.1...HEAD
[3.3.1]: https://github.com/prettier/plugin-xml/compare/v3.3.0...v3.3.1
[3.3.0]: https://github.com/prettier/plugin-xml/compare/v3.2.2...v3.3.0
[3.2.2]: https://github.com/prettier/plugin-xml/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/prettier/plugin-xml/compare/v3.2.0...v3.2.1
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.3.0",
"version": "3.3.1",
"description": "prettier plugin for XML",
"type": "module",
"main": "src/plugin.js",
Expand Down

0 comments on commit 8ea19c9

Please sign in to comment.