Skip to content

Commit

Permalink
v0.4.62
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 25, 2023
1 parent 6d171c5 commit 84a8a11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

[Squint](https://github.com/squint-cljs/squint): ClojureScript syntax to JavaScript compiler

## 0.4.62 (2023-11-25)

- Improvements with respect to laziness in `mapcat` and `concat`
- Do not array mutate argument in `reverse`

## 0.4.61 (2023-11-25)

- Escape JSX attribute vector value (and more)
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.4.61",
"version": "0.4.62",
"files": [
"core.js",
"src/squint/core.js",
Expand Down

0 comments on commit 84a8a11

Please sign in to comment.