diff --git a/CHANGELOG.md b/CHANGELOG.md index 70b93fc2..8721e2e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.29.1](https://github.com/xability/maidr/compare/v2.29.0...v2.29.1) (2025-02-20) + + +### Bug Fixes + +* update maidr attribute to maidr-data for py-maidr to handle ([#636](https://github.com/xability/maidr/issues/636)) ([d21108c](https://github.com/xability/maidr/commit/d21108c9db63adf8bd5538bb6ac9f2c3b0214086)) + # [2.29.0](https://github.com/xability/maidr/compare/v2.28.2...v2.29.0) (2025-02-20) diff --git a/package.json b/package.json index 7f1cae96..f95e6106 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maidr", - "version": "2.29.0", + "version": "2.29.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": {