Skip to content

Commit

Permalink
chore: release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Mar 16, 2024
1 parent c7ffb50 commit 56cd8d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.2.1](https://github.com/JoshuaKGoldberg/prettier-plugin-curly/compare/0.2.0...0.2.1) (2024-03-16)

### Bug Fixes

- allow empty statement bodies ([203a355](https://github.com/JoshuaKGoldberg/prettier-plugin-curly/commit/203a35518cfb3cda8d1061c5247e2ad66bfbff9d))

# [0.2.0](https://github.com/JoshuaKGoldberg/prettier-plugin-curly/compare/0.1.4...0.2.0) (2024-03-16)

### Bug Fixes
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-curly",
"version": "0.2.0",
"version": "0.2.1",
"description": "Prettier plugin to enforce consistent brace style for all control statements. 🥌",
"repository": {
"type": "git",
Expand Down

0 comments on commit 56cd8d5

Please sign in to comment.