Skip to content

Commit

Permalink
chore(release): 2.25.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.25.0](v2.24.1...v2.25.0) (2024-12-05)

### Bug Fixes

* add username to chat history tracking ([#611](#611)) ([932c050](932c050))

### Features

* added base64 to initial base64 tracker data send ([#615](#615)) ([b2a1767](b2a1767))
* alert user that chat has been copied via aria-live ([#614](#614)) ([326d4bf](326d4bf))
  • Loading branch information
semantic-release-bot committed Dec 5, 2024
1 parent a0facaf commit dbdc22f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.25.0](https://github.com/xability/maidr/compare/v2.24.1...v2.25.0) (2024-12-05)


### Bug Fixes

* add username to chat history tracking ([#611](https://github.com/xability/maidr/issues/611)) ([932c050](https://github.com/xability/maidr/commit/932c05048f7ec87e20e9da3a681b26f8b3bc6a46))


### Features

* added base64 to initial base64 tracker data send ([#615](https://github.com/xability/maidr/issues/615)) ([b2a1767](https://github.com/xability/maidr/commit/b2a1767ff591b5731cf2a56e8fc4e6a4007a0c9f))
* alert user that chat has been copied via aria-live ([#614](https://github.com/xability/maidr/issues/614)) ([326d4bf](https://github.com/xability/maidr/commit/326d4bf218359fcae36f616a90f88ad146b69e90))

## [2.24.1](https://github.com/xability/maidr/compare/v2.24.0...v2.24.1) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maidr",
"version": "2.24.1",
"version": "2.25.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": {
Expand Down

0 comments on commit dbdc22f

Please sign in to comment.