Skip to content

Commit e832512

Browse files
committed
v0.9.174
1 parent 7f97b57 commit e832512

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

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

5-
## Unreleased
5+
## v0.9.174
66

77
- Optimize nested `assoc` calls, e.g. produced with `->`
8+
- Avoid object spread when object isn't shared (`auto-transient`)
89

910
## v0.9.173 (2025-10-19)
1011

package.json

Lines changed: 1 addition & 1 deletion
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.9.173",
5+
"version": "0.9.174",
66
"files": [
77
"core.js",
88
"src/squint/core.js",

0 commit comments

Comments
 (0)