Skip to content

Commit

Permalink
v0.8.124
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 20, 2024
1 parent 04e1cd6 commit 179ec1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@

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

## v0.8.125 (2024-11-19)
## v0.8.124 (2024-11-20)

- Add `delay`
- Fix [#575](https://github.com/squint-cljs/squint/issues/575): `map?` should not return `true` for array
- Fix [#577](https://github.com/squint-cljs/squint/issues/577): support `$default` + `:refer`

## v0.8.124 (2024-11-08)

- Add `delay`

## v0.8.123 (2024-11-05)

- Fix [#572](https://github.com/squint-cljs/squint/issues/572): prevent vite page reload
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.8.123",
"version": "0.8.124",
"files": [
"core.js",
"src/squint/core.js",
Expand Down

0 comments on commit 179ec1a

Please sign in to comment.