Skip to content

Commit fe4acfd

Browse files
chore(release): 2.25.1 [skip ci]
## [2.25.1](v2.25.0...v2.25.1) (2024-12-05) ### Bug Fixes * don't copy chat hist for tracking ([#617](https://github.com/xability/maidr/issues/617)) ([f1c2c87](f1c2c87)) * fixed LLM beep queue for verified method ([#616](https://github.com/xability/maidr/issues/616)) ([148360f](148360f))
1 parent 1cd3e28 commit fe4acfd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.25.1](https://github.com/xability/maidr/compare/v2.25.0...v2.25.1) (2024-12-05)
2+
3+
4+
### Bug Fixes
5+
6+
* don't copy chat hist for tracking ([#617](https://github.com/xability/maidr/issues/617)) ([f1c2c87](https://github.com/xability/maidr/commit/f1c2c87d062c739411a045656f70f9c6e85d66da))
7+
* fixed LLM beep queue for verified method ([#616](https://github.com/xability/maidr/issues/616)) ([148360f](https://github.com/xability/maidr/commit/148360f1c309d09376d37377e158788c4bd8f27e))
8+
19
# [2.25.0](https://github.com/xability/maidr/compare/v2.24.1...v2.25.0) (2024-12-05)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maidr",
3-
"version": "2.25.0",
3+
"version": "2.25.1",
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)