From ce8377c688a5b6ed290e4520287a2ed848523229 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Oct 2024 22:52:26 +0000 Subject: [PATCH] chore(release): 2.19.1 [skip ci] ## [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)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37cf5d4e9..a5ad6f869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 4f1b54719..cb255a008 100644 --- a/package.json +++ b/package.json @@ -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": {