Skip to content

Commit

Permalink
v0.8.133
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Feb 11, 2025
1 parent f876ecd commit ac294ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## Unreleased
## v0.8.133 (2024-02-11)

- Fix [#605](https://github.com/squint-cljs/squint/issues/605): merge command line `--paths` with `squint.edn` config properly
- Fix [#607](https://github.com/squint-cljs/squint/issues/607): make `mapcat` return a transducer if no collections are provided ([@jonasseglare](https://github.com/jonasseglare))
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.132",
"version": "0.8.133",
"files": [
"core.js",
"src/squint/core.js",
Expand Down

0 comments on commit ac294ca

Please sign in to comment.