From 8ea19c9b0ae0fe19951c4badb54df33d7b1cb9d8 Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Sat, 10 Feb 2024 14:34:32 -0500 Subject: [PATCH] Bump to version 3.3.1 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c88ec33..f4ecec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 584a8ba..03cb18e 100644 --- a/package.json +++ b/package.json @@ -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",