We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6f6ca commit daff62cCopy full SHA for daff62c
CHANGELOG.md
@@ -6,6 +6,24 @@
6
7
### Changes
8
9
+### Bugs fixed
10
+
11
+## 1.11.132-6 (22-08-2024)
12
13
+### New Features
14
15
+ - Add :emitted-coords to trace-form-init-fn form-data
16
17
+### Changes
18
19
20
21
+## 1.11.132-5 ()
22
23
24
25
26
27
### Bugs fixed
28
29
- Fix for working with shadow-cljs >= 2.28.10
script/build
@@ -27,7 +27,7 @@ CLJS_SCRIPT_MVN_OPTS=${CLJS_SCRIPT_MVN_OPTS:-""}
MAJOR="1"
MINOR="11"
REVISION="132"
30
-PATCH="5"
+PATCH="6"
31
# Extract the version number from the string.
32
# REVISION_REGEX="v[0-9]*\.[0-9]*-([0-9]*)-.*"
33
# if [[ $REVISION =~ $REVISION_REGEX ]]
0 commit comments