From e17464e16ae5e0e5a144bfd58c8dfff86ee13ff7 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 11 Feb 2025 12:45:14 +0100 Subject: [PATCH] v0.8.134 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d491653..5409c03a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ [Squint](https://github.com/squint-cljs/squint): Light-weight ClojureScript dialect -## v0.8.133 (2024-02-11) +## v0.8.134 (2024-02-11) - Fix [#605](https://github.com/squint-cljs/squint/issues/605): merge command line `--paths` with `squint.edn` config properly - Fix [#607](https://github.com/squint-cljs/squint/issues/607): make `mapcat` return a transducer if no collections are provided ([@jonasseglare](https://github.com/jonasseglare)) diff --git a/package.json b/package.json index b91430d4..6219f9cb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "squint-cljs", "type": "module", "sideEffects": false, - "version": "0.8.133", + "version": "0.8.134", "files": [ "core.js", "src/squint/core.js",