diff --git a/CHANGELOG.md b/CHANGELOG.md index fb785ec5..8bc94655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.14.5](https://github.com/xability/maidr/compare/v2.14.4...v2.14.5) (2024-08-25) + + +### Bug Fixes + +* **lineplot:** destroy highlight and cease autoplay if active on lineplot ([#530](https://github.com/xability/maidr/issues/530)) ([c65ef3c](https://github.com/xability/maidr/commit/c65ef3c407b1ecc8bf59c91108182e68f0d45045)) + ## [2.14.4](https://github.com/xability/maidr/compare/v2.14.3...v2.14.4) (2024-08-24) diff --git a/package.json b/package.json index 7614cea2..f44eb0b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maidr", - "version": "2.14.4", + "version": "2.14.5", "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": {