We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c3dab commit a09a1f4Copy full SHA for a09a1f4
CHANGELOG.md
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
7
## [Unreleased]
8
9
+## [3.4.1] - 2024-03-30
10
+
11
+### Changed
12
13
+- Fix the npm publish.
14
15
## [3.4.0] - 2024-03-29
16
17
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@prettier/plugin-xml",
3
- "version": "3.4.0",
+ "version": "3.4.1",
4
"description": "prettier plugin for XML",
5
"type": "module",
"main": "src/plugin.js",
0 commit comments