From 680a654615170444ffc32772f4c8d9881693564e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Sep 2024 00:18:07 +0000 Subject: [PATCH] chore(release): 2.16.0 [skip ci] # [2.16.0](https://github.com/xability/maidr/compare/v2.15.1...v2.16.0) (2024-09-19) ### Features * support cursor within Review mode ([#553](https://github.com/xability/maidr/issues/553)) ([64f362d](https://github.com/xability/maidr/commit/64f362d150390afcf757fa72967a7e0d395c8301)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4cc6564..5f62ec06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.16.0](https://github.com/xability/maidr/compare/v2.15.1...v2.16.0) (2024-09-19) + + +### Features + +* support cursor within Review mode ([#553](https://github.com/xability/maidr/issues/553)) ([64f362d](https://github.com/xability/maidr/commit/64f362d150390afcf757fa72967a7e0d395c8301)) + ## [2.15.1](https://github.com/xability/maidr/compare/v2.15.0...v2.15.1) (2024-09-18) diff --git a/package.json b/package.json index 90d52fdd..9c29d525 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maidr", - "version": "2.15.1", + "version": "2.16.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": {