diff --git a/CHANGELOG.md b/CHANGELOG.md index 6290e1475..a7411ba1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.17.0](https://github.com/xability/maidr/compare/v2.16.1...v2.17.0) (2024-09-25) + + +### Features + +* allow shift select, select all, copy, in review mode ([#564](https://github.com/xability/maidr/issues/564)) ([2a839f3](https://github.com/xability/maidr/commit/2a839f3a21cd2498d1af6a8dc52598b0a0cab518)) + ## [2.16.1](https://github.com/xability/maidr/compare/v2.16.0...v2.16.1) (2024-09-21) diff --git a/package.json b/package.json index be9894179..fb031a451 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maidr", - "version": "2.16.1", + "version": "2.17.0", "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": {