Skip to content

Commit

Permalink
Release 1.11.132-6
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonettas committed Aug 22, 2024
1 parent ce6f6ca commit daff62c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@
### Changes

### Bugs fixed

## 1.11.132-6 (22-08-2024)

### New Features

- Add :emitted-coords to trace-form-init-fn form-data

### Changes

### Bugs fixed

## 1.11.132-5 ()

### New Features

### Changes

### Bugs fixed

- Fix for working with shadow-cljs >= 2.28.10
Expand Down
2 changes: 1 addition & 1 deletion script/build
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CLJS_SCRIPT_MVN_OPTS=${CLJS_SCRIPT_MVN_OPTS:-""}
MAJOR="1"
MINOR="11"
REVISION="132"
PATCH="5"
PATCH="6"
# Extract the version number from the string.
# REVISION_REGEX="v[0-9]*\.[0-9]*-([0-9]*)-.*"
# if [[ $REVISION =~ $REVISION_REGEX ]]
Expand Down

0 comments on commit daff62c

Please sign in to comment.