Skip to content

Commit c28262f

Browse files
committed
v0.8.135
1 parent 2d7eaaa commit c28262f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
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.135 (2024-02-21)
66

77
- Fix [#609](https://github.com/squint-cljs/squint/issues/609): make `remove` return a transducer when no collection is provided
8-
- Fix [#611](https://github.com/squint-cljs/squint/issues/611): Implement the `set?` function
8+
- Fix [#611](https://github.com/squint-cljs/squint/issues/611): Implement the `set?` function ([@jonasseglare](https://github.com/jonasseglare))
99
- Fix [#613](https://github.com/squint-cljs/squint/issues/613): Optimize `aset`
1010

1111
## v0.8.134 (2024-02-11)

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.8.134",
5+
"version": "0.8.135",
66
"files": [
77
"core.js",
88
"src/squint/core.js",

0 commit comments

Comments
 (0)