From 96ba9946cc7eac2aa658d8fccb509dc3b45f9cba Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Mon, 31 Jul 2023 13:49:00 +0000
Subject: [PATCH] Chore: 3.2.1

## [3.2.1](https://git.rwth-aachen.de/coscine/frontend/libraries/form-generator/compare/v3.2.0...v3.2.1) (2023-07-31)

### Fix

* Working DropShapeAnalysis AP ([2eab18a](https://git.rwth-aachen.de/coscine/frontend/libraries/form-generator/commit/2eab18ad010e7c2411ddc63f280413356c634870))
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 041d868..7dd40df 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@coscine/form-generator",
-  "version": "3.2.0",
+  "version": "3.2.1",
   "main": "dist/index.umd.js",
   "module": "dist/index.mjs",
   "browser": "dist/index.js",
-- 
GitLab