Skip to content

Commit

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

## [Unreleased]

## [3.4.0] - 2024-03-29

### Added

- Export plugin type.

### Changed

- Fix printing around reference nodes.
- Trim only XML whitespace, not JS whitespace.

## [3.3.1] - 2024-02-10

### Changed
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.1",
"version": "3.4.0",
"description": "prettier plugin for XML",
"type": "module",
"main": "src/plugin.js",
Expand Down

0 comments on commit 62c3dab

Please sign in to comment.