From 331ad1ae7f3e20fb37f099af5c3e4692bec5c84f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:41:19 +0200 Subject: [PATCH] chore(main): release 1.1.18 (#274) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14dd299c..4c8bfb32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.18](https://github.com/graasp/graasp-app-multiple-choice-question/compare/v1.1.17...v1.1.18) (2024-06-03) + + +### Bug Fixes + +* **deps:** update dependency @graasp/sdk to v4.12.1 ([#275](https://github.com/graasp/graasp-app-multiple-choice-question/issues/275)) ([cc391ec](https://github.com/graasp/graasp-app-multiple-choice-question/commit/cc391ec24da3e3c7088c8464290095ba9e8f00a1)) +* **deps:** update dependency @types/node to v20.14.0 ([#271](https://github.com/graasp/graasp-app-multiple-choice-question/issues/271)) ([027a98e](https://github.com/graasp/graasp-app-multiple-choice-question/commit/027a98e4223939ce3b340d6adeb5d969aae09894)) + ## [1.1.17](https://github.com/graasp/graasp-app-multiple-choice-question/compare/v1.1.16...v1.1.17) (2024-05-31) diff --git a/package.json b/package.json index aa797cf2..7908d5c9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "graasp-app-multiple-choice-question", "description": "A basic app that lets you ask a question and gives you multiple choices to pick from on Graasp.", - "version": "1.1.17", + "version": "1.1.18", "license": "AGPL-3.0-only", "author": "Graasp", "repository": {