From 85949f4de218c72a13587d16a476cc86357af39b Mon Sep 17 00:00:00 2001 From: CoscineBot <coscine@itc.rwth-aachen.de> Date: Wed, 18 Oct 2023 13:10:32 +0000 Subject: [PATCH] Chore: 3.5.0 # [3.5.0](https://git.rwth-aachen.de/coscine/frontend/libraries/form-generator/compare/v3.4.0...v3.5.0) (2023-10-18) ### New * Read labels from lists ([59c3521](https://git.rwth-aachen.de/coscine/frontend/libraries/form-generator/commit/59c3521c0e424bd7a8db1bdd83282d6e3229ffeb)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b841c4..3e66449 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coscine/form-generator", - "version": "3.4.0", + "version": "3.5.0", "main": "./dist/index.umd.cjs", "module": "./dist/index.js", "browser": "./dist/index.js", -- GitLab