Skip to content

Commit

Permalink
v0.7.104
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Apr 5, 2024
1 parent 4e9440c commit 9d24153
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[Squint](https://github.com/squint-cljs/squint): Light-weight ClojureScript dialect

## v0.7.104 (2024-04-05)

- Don't wrap arrow function in parens, see [this issue](https://github.com/squint-cljs/vite-plugin-squint/pull/12)

## v0.7.103 (2024-04-05)

- Fix [#499](https://github.com/squint-cljs/squint/issues/499): add support for emitting arrow functions with `^:=>` metadata
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "squint-cljs",
"type": "module",
"sideEffects": false,
"version": "0.7.103",
"version": "0.7.104",
"files": [
"core.js",
"src/squint/core.js",
Expand Down

0 comments on commit 9d24153

Please sign in to comment.