Skip to content

Commit e0218ee

Browse files
committed
v0.8.142
1 parent 473c50b commit e0218ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

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

5-
## Unreleased
5+
## v0.8.142 (2025-03-19)
66

7-
- Fix [#640](https://github.com/squint-cljs/squint/issues/640): don't emit anonymous function if it is a statement
8-
- Fix [#643](https://github.com/squint-cljs/squint/issues/643): Support lexicographic compare of arrays
7+
- Fix [#640](https://github.com/squint-cljs/squint/issues/640): don't emit anonymous function if it is a statement ([@jonasseglare](https://github.com/jonasseglare))
8+
- Fix [#643](https://github.com/squint-cljs/squint/issues/643): Support lexicographic compare of arrays ([@jonasseglare](https://github.com/jonasseglare))
99

1010
## v0.8.141 (2025-03-10)
1111

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "squint-cljs",
33
"type": "module",
44
"sideEffects": false,
5-
"version": "0.8.141",
5+
"version": "0.8.142",
66
"files": [
77
"core.js",
88
"src/squint/core.js",

0 commit comments

Comments
 (0)