From e9bc352227a98a0c422a66c104d5efcc7a074b75 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 19 Nov 2024 15:36:57 +0000 Subject: [PATCH] chore(release): 2.22.0 [skip ci] # [2.22.0](https://github.com/xability/maidr/compare/v2.21.0...v2.22.0) (2024-11-19) ### Features * add email authentication in help menu and added LLM APIs ([#590](https://github.com/xability/maidr/issues/590)) ([0c1223a](https://github.com/xability/maidr/commit/0c1223ac05b392fe71ef6aabd88cb47800318f90)) * save data on azure server ([#589](https://github.com/xability/maidr/issues/589)) ([c1765fb](https://github.com/xability/maidr/commit/c1765fbf016df6a72875a613f41af4c0e12d5f70)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 405472b8..4b8c2fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.22.0](https://github.com/xability/maidr/compare/v2.21.0...v2.22.0) (2024-11-19) + + +### Features + +* add email authentication in help menu and added LLM APIs ([#590](https://github.com/xability/maidr/issues/590)) ([0c1223a](https://github.com/xability/maidr/commit/0c1223ac05b392fe71ef6aabd88cb47800318f90)) +* save data on azure server ([#589](https://github.com/xability/maidr/issues/589)) ([c1765fb](https://github.com/xability/maidr/commit/c1765fbf016df6a72875a613f41af4c0e12d5f70)) + # [2.21.0](https://github.com/xability/maidr/compare/v2.20.0...v2.21.0) (2024-10-24) diff --git a/package.json b/package.json index ce98c392..aaccc15d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maidr", - "version": "2.21.0", + "version": "2.22.0", "description": "maidr: Multimodal Access and Interactive Data Representation. maidr is a system for non-visual access and control of statistical charts. It aims to provide an inclusive experience for users with visual impairments by offering multiple modes of interaction: braille, text, and sonification. This comprehensive approach enhances the accessibility of data visualization and encourages a multi-model exploration on visualization. Check out the current build: [MAIDR Demo](https://xability.github.io/maidr/user_study_pilot/intro.html).", "main": "dist/maidr.js", "scripts": {