From aea6cb66a15117b471fdac7bb29afcdfc778d3d5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Oct 2024 14:24:56 +0000 Subject: [PATCH] Chore(release): 5.41.6 [skip ci] ## [5.41.6](https://github.com/adaptlearning/adapt_framework/compare/v5.41.5...v5.41.6) (2024-10-15) ### Fix * Add _theme and _menu attributes to config.json (#3610) ([23512c6](https://github.com/adaptlearning/adapt_framework/commit/23512c6051eb3a6487b745cddd8433ea7aa3dcc2)), closes [#3610](https://github.com/adaptlearning/adapt_framework/issues/3610) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 335ca79b8..a5f54f69c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "adapt_framework", - "version": "5.41.5", + "version": "5.41.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "adapt_framework", - "version": "5.41.5", + "version": "5.41.6", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index 5437c1233..35ddc85cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adapt_framework", - "version": "5.41.5", + "version": "5.41.6", "description": "Adapt Learning output framework", "repository": { "type": "git",