Skip to content

Commit

Permalink
chore: release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jul 17, 2024
1 parent 09d4f1c commit cb088b5
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.2](https://github.com/JoshuaKGoldberg/prettier-plugin-curly/compare/0.2.1...0.2.2) (2024-07-17)

### Bug Fixes

- support running inside a CommonJS module ([09d4f1c](https://github.com/JoshuaKGoldberg/prettier-plugin-curly/commit/09d4f1c032b48593393d378e05955832ba8e9c04))

## [0.2.1](https://github.com/JoshuaKGoldberg/prettier-plugin-curly/compare/0.2.0...0.2.1) (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.1",
"version": "0.2.2",
"description": "Prettier plugin to enforce consistent brace style for all control statements. 🥌",
"repository": {
"type": "git",
Expand Down

0 comments on commit cb088b5

Please sign in to comment.