Skip to content

Commit

Permalink
v0.8.115
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 1, 2024
1 parent 1659d13 commit daa29fb
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): Light-weight ClojureScript dialect

## v0.8.115 (2024-10-01)

- Pass `--repl` opts to `watch` subcommand in CLI

## v0.8.114 (2024-09-23)

- [#552](https://github.com/squint-cljs/squint/issues/552): fix REPL output with hyphen in ns name
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.8.114",
"version": "0.8.115",
"files": [
"core.js",
"src/squint/core.js",
Expand Down

0 comments on commit daa29fb

Please sign in to comment.