Skip to content

Commit 8bf3502

Browse files
committed
-> v0.2.4
1 parent 93f852c commit 8bf3502

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# code-red changelog
22

3+
## 0.2.4
4+
5+
- Fix output for arrow functions where body is an object destructuring assignment ([#70](https://github.com/Rich-Harris/code-red/pull/70))
6+
37
## 0.2.3
48

59
- Fix output with comments within parenthesized `return` statement ([#36](https://github.com/Rich-Harris/code-red/issues/36))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-red",
33
"description": "code-red",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"repository": "Rich-Harris/code-red",
66
"main": "dist/code-red.cjs",
77
"module": "src/index.js",

0 commit comments

Comments
 (0)