Skip to content

Commit

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

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

## 0.4.69 (2023-12-02)

- Fix vararg functions in REPL mode

## 0.4.68 (2023-12-01)

- #394: add `int`
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.68",
"version": "0.4.69",
"files": [
"core.js",
"src/squint/core.js",
Expand Down

0 comments on commit 8edb243

Please sign in to comment.