Skip to content

Commit e8af5e8

Browse files
chore: release v0.4.1
1 parent a04848d commit e8af5e8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.4.1](https://github.com/JoshuaKGoldberg/prettier-plugin-curly/compare/0.4.0...0.4.1) (2025-11-26)
4+
5+
### Bug Fixes
6+
7+
- build import path, drop support for Prettier 2 ([#876](https://github.com/JoshuaKGoldberg/prettier-plugin-curly/issues/876)) ([a04848d](https://github.com/JoshuaKGoldberg/prettier-plugin-curly/commit/a04848d8b16aeccffdd8c21937593990f733058e)), closes [#865](https://github.com/JoshuaKGoldberg/prettier-plugin-curly/issues/865) [#867](https://github.com/JoshuaKGoldberg/prettier-plugin-curly/issues/867)
8+
39
# [0.4.0](https://github.com/JoshuaKGoldberg/prettier-plugin-curly/compare/0.3.2...0.4.0) (2025-10-22)
410

511
### Features

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-curly",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Prettier plugin to enforce consistent brace style for all control statements. 🥌",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)