Skip to content

Commit

Permalink
-> v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed Jan 6, 2022
1 parent 93f852c commit 8bf3502
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# code-red changelog

## 0.2.4

- Fix output for arrow functions where body is an object destructuring assignment ([#70](https://github.com/Rich-Harris/code-red/pull/70))

## 0.2.3

- Fix output with comments within parenthesized `return` statement ([#36](https://github.com/Rich-Harris/code-red/issues/36))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "code-red",
"description": "code-red",
"version": "0.2.3",
"version": "0.2.4",
"repository": "Rich-Harris/code-red",
"main": "dist/code-red.cjs",
"module": "src/index.js",
Expand Down

0 comments on commit 8bf3502

Please sign in to comment.