Skip to content

Commit

Permalink
v0.6.88
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jan 10, 2024
1 parent 5644ecb commit 308c3fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

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

## v0.6.87 (2024-06-23)
## v0.6.88 (2024-01-10)

- Fix infix operator in return position
- Allow playground to use JSX in non-REPL mode

## v0.6.87 (2024-01-06)

- Add transducer arity to all existing core functions

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.6.87",
"version": "0.6.88",
"files": [
"core.js",
"src/squint/core.js",
Expand Down

0 comments on commit 308c3fe

Please sign in to comment.