Skip to content

Commit 8ea19c9

Browse files
committed
Bump to version 3.3.1
1 parent e9b6c28 commit 8ea19c9

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+
## [3.3.1] - 2024-02-10
10+
11+
### Changed
12+
13+
- Allow elements to be marked as whitespace ignored even when they have reference nodes.
14+
915
## [3.3.0] - 2024-02-09
1016

1117
### Added
@@ -255,7 +261,8 @@ and it will maintain your formatting.
255261

256262
- Initial release 🎉
257263

258-
[unreleased]: https://github.com/prettier/plugin-xml/compare/v3.3.0...HEAD
264+
[unreleased]: https://github.com/prettier/plugin-xml/compare/v3.3.1...HEAD
265+
[3.3.1]: https://github.com/prettier/plugin-xml/compare/v3.3.0...v3.3.1
259266
[3.3.0]: https://github.com/prettier/plugin-xml/compare/v3.2.2...v3.3.0
260267
[3.2.2]: https://github.com/prettier/plugin-xml/compare/v3.2.1...v3.2.2
261268
[3.2.1]: https://github.com/prettier/plugin-xml/compare/v3.2.0...v3.2.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": "3.3.0",
3+
"version": "3.3.1",
44
"description": "prettier plugin for XML",
55
"type": "module",
66
"main": "src/plugin.js",

0 commit comments

Comments
 (0)