Skip to content

Commit

Permalink
chore(release): 2.19.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.19.1](v2.19.0...v2.19.1) (2024-10-17)

### Bug Fixes

* address failure in release action ([#583](#583)) ([64b90f4](64b90f4))
* address failure in release action ([#584](#584)) ([992a18a](992a18a))
* barplot autoplay left ([#582](#582)) ([749da16](749da16))
* include retry logic for semantic-release job ([#577](#577)) ([5c67114](5c67114))
* update semantic-release job to utilize bash instead of js ([#585](#585)) ([89ce7db](89ce7db))
  • Loading branch information
semantic-release-bot committed Oct 17, 2024
1 parent dea7942 commit ce8377c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.19.1](https://github.com/xability/maidr/compare/v2.19.0...v2.19.1) (2024-10-17)


### Bug Fixes

* address failure in release action ([#583](https://github.com/xability/maidr/issues/583)) ([64b90f4](https://github.com/xability/maidr/commit/64b90f469e118001583a6e65f2e02533ec48678e))
* address failure in release action ([#584](https://github.com/xability/maidr/issues/584)) ([992a18a](https://github.com/xability/maidr/commit/992a18a959cdf087516127bf315cfafd217789d0))
* barplot autoplay left ([#582](https://github.com/xability/maidr/issues/582)) ([749da16](https://github.com/xability/maidr/commit/749da1674b233a3d99b24b31218e2c221b721000))
* include retry logic for semantic-release job ([#577](https://github.com/xability/maidr/issues/577)) ([5c67114](https://github.com/xability/maidr/commit/5c6711465f90e3a18fde5e7ec6e8d24eac778a8f))
* update semantic-release job to utilize bash instead of js ([#585](https://github.com/xability/maidr/issues/585)) ([89ce7db](https://github.com/xability/maidr/commit/89ce7db17da912820e1e0d17f708dde7f67a5c43))

# [2.19.0](https://github.com/xability/maidr/compare/v2.18.0...v2.19.0) (2024-10-16)


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.19.0",
"version": "2.19.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 ce8377c

Please sign in to comment.