Skip to content

Commit

Permalink
v0.4.78
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 9, 2023
1 parent 1bf46f3 commit c3e5104
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

[Squint](https://github.com/squint-cljs/squint): ClojureScript syntax to JavaScript compiler

## Unreleased
## v0.4.78 (2023-12-09)

- Add `clojure.set/join`
- Add `tree-seq`, `flatten`, `seq?` and `sequential?`

## 0.4.77 (2023-12-09)

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.4.77",
"version": "0.4.78",
"files": [
"core.js",
"src/squint/core.js",
Expand Down

0 comments on commit c3e5104

Please sign in to comment.