From 179ec1a6a7da2746b1e7d2703332e8c21e235eeb Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 20 Nov 2024 14:19:43 +0100 Subject: [PATCH] v0.8.124 --- CHANGELOG.md | 7 ++----- package.json | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 805bac1c..04f026da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,12 @@ [Squint](https://github.com/squint-cljs/squint): Light-weight ClojureScript dialect -## v0.8.125 (2024-11-19) +## v0.8.124 (2024-11-20) +- Add `delay` - Fix [#575](https://github.com/squint-cljs/squint/issues/575): `map?` should not return `true` for array - Fix [#577](https://github.com/squint-cljs/squint/issues/577): support `$default` + `:refer` -## v0.8.124 (2024-11-08) - -- Add `delay` - ## v0.8.123 (2024-11-05) - Fix [#572](https://github.com/squint-cljs/squint/issues/572): prevent vite page reload diff --git a/package.json b/package.json index 4bf51759..00f38e4f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "squint-cljs", "type": "module", "sideEffects": false, - "version": "0.8.123", + "version": "0.8.124", "files": [ "core.js", "src/squint/core.js",