From a3df28050b04ef2f68a70c82d14a08e487f0f7a3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 14 Mar 2021 21:46:18 +0000 Subject: [PATCH] chore(release): 0.5.2 ## [0.5.2](https://github.com/Lumieducation/Lumi/compare/v0.5.1...v0.5.2) (2021-03-14) ### Bug Fixes * **deps:** pin dependency crypto-random-string to 3.3.1 ([419556d](https://github.com/Lumieducation/Lumi/commit/419556db9fbfa95bae792b9324dfe53eff12abae)) * **deps:** update dependency @lumieducation/xapi-aggregator to v1.0.1-alpha.7 ([238eaba](https://github.com/Lumieducation/Lumi/commit/238eaba7a101e59ad07a9e259d3993e91c74931b)) * **deps:** update dependency @lumieducation/xapi-viewer to v1.0.1-alpha.7 ([2b51f25](https://github.com/Lumieducation/Lumi/commit/2b51f25bd5bc134f7cc8fa0b9033b188086b51e9)) * **deps:** update dependency @sentry/electron to v2.4.0 ([c967719](https://github.com/Lumieducation/Lumi/commit/c967719134246a14185cfbe500817a9743ed1c35)) * **deps:** update dependency @testing-library/user-event to v12.7.2 ([f6f622c](https://github.com/Lumieducation/Lumi/commit/f6f622c56da89cfac23f7a84d05dd06d67c21ab9)) * **deps:** update dependency @testing-library/user-event to v12.7.3 ([d656f98](https://github.com/Lumieducation/Lumi/commit/d656f98f9df4b3df93a88535e78e5c5c03a33df4)) * **deps:** update dependency @testing-library/user-event to v12.8.1 ([d056e2f](https://github.com/Lumieducation/Lumi/commit/d056e2fb45acd14dc9f06face74bdb9aecfdd428)) * **deps:** update dependency @testing-library/user-event to v12.8.3 ([29937ed](https://github.com/Lumieducation/Lumi/commit/29937ed5277e9a486bec4cab11e0091e2be3f1e8)) * **deps:** update dependency @types/node to v12.20.4 ([e6b685b](https://github.com/Lumieducation/Lumi/commit/e6b685bed69c0e998d057d5025ab44027ccffb78)) * **deps:** update dependency @types/node to v12.20.5 ([b95390f](https://github.com/Lumieducation/Lumi/commit/b95390f31717ef3512743db3ff25850251244949)) * **deps:** update dependency @types/react to v16.14.5 ([9dda9d7](https://github.com/Lumieducation/Lumi/commit/9dda9d7c349fc2364c35a5223cf1c788402ab79e)) * **deps:** update dependency electron-updater to v4.3.8 ([5a3301b](https://github.com/Lumieducation/Lumi/commit/5a3301b220a2d2ab1b87a355e1c8820fa1540256)) * **deps:** update dependency i18next to v19.9.0 ([1334203](https://github.com/Lumieducation/Lumi/commit/133420370fb47d8534c02c13a4d9cd318f25fe0b)) * **deps:** update dependency i18next to v19.9.2 ([e49d1fa](https://github.com/Lumieducation/Lumi/commit/e49d1fa7b00b41286c4f1c9e3b82470af127a188)) * **deps:** update dependency i18next-fs-backend to v1.1.0 ([6c6cb1b](https://github.com/Lumieducation/Lumi/commit/6c6cb1b80327f6fcfb2cb9e1ea0292abca647cf7)) * **deps:** update dependency lodash to v4.17.21 ([08b7dea](https://github.com/Lumieducation/Lumi/commit/08b7dea5c7a1ba1706e4827846ee3e9039c3c5a3)) * **deps:** update dependency notistack to v1.0.4 ([5098864](https://github.com/Lumieducation/Lumi/commit/50988642f4cb399d32e1fa339dc9ca6573adf2cb)) * **deps:** update dependency notistack to v1.0.5 ([399950f](https://github.com/Lumieducation/Lumi/commit/399950f8fc8c5c08b7a5265c27f26f155831d5df)) * **deps:** update dependency react-scripts to v4.0.3 ([1348318](https://github.com/Lumieducation/Lumi/commit/134831809c1109e6df32df95ee6b741c57f27571)) * **deps:** update dependency typescript to v4.2.2 ([7dd3f66](https://github.com/Lumieducation/Lumi/commit/7dd3f665e955d658d83cb86f2346b69309b52daa)) * **deps:** update dependency typescript to v4.2.3 ([56bd838](https://github.com/Lumieducation/Lumi/commit/56bd8385b88023024c0914aaeabe3c8e1ae38592)) * **deps:** update sentry monorepo to v6.2.2 ([1d529a6](https://github.com/Lumieducation/Lumi/commit/1d529a67648082208239c4e222471edd6a48a2a8)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38a3a9f5f..fc66ed356 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lumi", - "version": "0.5.1", + "version": "0.5.2", "private": true, "description": "A tool to create and display interactive content with H5P", "author": "Lumi Education Jan Philip Schellenberg & Sebastian Rettig GbR ",