Skip to content

Commit 7427f67

Browse files
chore(release): 2.23.5 [skip ci]
## [2.23.5](v2.23.4...v2.23.5) (2024-11-22) ### Bug Fixes * update authentication logic for LLM prompts to prioritize emailA… ([#604](#604)) ([c60f5ca](c60f5ca))
1 parent 8aa7200 commit 7427f67

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.23.5](https://github.com/xability/maidr/compare/v2.23.4...v2.23.5) (2024-11-22)
2+
3+
4+
### Bug Fixes
5+
6+
* update authentication logic for LLM prompts to prioritize emailA… ([#604](https://github.com/xability/maidr/issues/604)) ([c60f5ca](https://github.com/xability/maidr/commit/c60f5caaea0fadc365d97fdca5b07386a5dda25a))
7+
18
## [2.23.4](https://github.com/xability/maidr/compare/v2.23.3...v2.23.4) (2024-11-22)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maidr",
3-
"version": "2.23.4",
3+
"version": "2.23.5",
44
"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).",
55
"main": "dist/maidr.js",
66
"scripts": {

0 commit comments

Comments
 (0)