Skip to content

Commit daff62c

Browse files
committed
Release 1.11.132-6
1 parent ce6f6ca commit daff62c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@
66
77
### Changes
88

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+
### Bugs fixed
20+
21+
## 1.11.132-5 ()
22+
23+
### New Features
24+
25+
### Changes
26+
927
### Bugs fixed
1028

1129
- Fix for working with shadow-cljs >= 2.28.10

script/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CLJS_SCRIPT_MVN_OPTS=${CLJS_SCRIPT_MVN_OPTS:-""}
2727
MAJOR="1"
2828
MINOR="11"
2929
REVISION="132"
30-
PATCH="5"
30+
PATCH="6"
3131
# Extract the version number from the string.
3232
# REVISION_REGEX="v[0-9]*\.[0-9]*-([0-9]*)-.*"
3333
# if [[ $REVISION =~ $REVISION_REGEX ]]

0 commit comments

Comments
 (0)