Skip to content

Commit 96db769

Browse files
committed
v0.14.206
1 parent adb1127 commit 96db769

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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+
## 0.14.206
66

77
- Fix [#960](https://github.com/squint-cljs/squint/issues/960): the nREPL server no longer logs requests, responses and eval errors by default. Enable with `--debug` (CLI), `:debug` in squint.edn, or `:debug` (`startServer`)
8+
- DCE and performance optimizations in core lib
89

910
## 0.14.205
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.14.205",
5+
"version": "0.14.206",
66
"files": [
77
"core.js",
88
"src/squint/core.js",

0 commit comments

Comments
 (0)