Skip to content

Commit

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

### Bug Fixes

* clicking seperator on heatmap no longer crashes the app ([#610](#610)) ([7197d98](7197d98))
* workaround for firefox not playing nice with audiocontext ([#609](#609)) ([dc59817](dc59817))
  • Loading branch information
semantic-release-bot committed Dec 3, 2024
1 parent 50f91a6 commit 68c874d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.24.1](https://github.com/xability/maidr/compare/v2.24.0...v2.24.1) (2024-12-03)


### Bug Fixes

* clicking seperator on heatmap no longer crashes the app ([#610](https://github.com/xability/maidr/issues/610)) ([7197d98](https://github.com/xability/maidr/commit/7197d9896162a268765417d42583fe2d6fcd8132))
* workaround for firefox not playing nice with audiocontext ([#609](https://github.com/xability/maidr/issues/609)) ([dc59817](https://github.com/xability/maidr/commit/dc59817597099a25ad3303a25b1dc6de5863a057))

# [2.24.0](https://github.com/xability/maidr/compare/v2.23.6...v2.24.0) (2024-11-22)


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.0",
"version": "2.24.1",
"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 68c874d

Please sign in to comment.