From daceaa5b23337a45a623d61f635016df20caf9ba Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 18 Dec 2024 00:19:56 +0000 Subject: [PATCH] chore(release): 2.26.0 [skip ci] # [2.26.0](https://github.com/xability/maidr/compare/v2.25.1...v2.26.0) (2024-12-18) ### Features * mouse or finger hover functionality ([#620](https://github.com/xability/maidr/issues/620)) ([6e77fdc](https://github.com/xability/maidr/commit/6e77fdca353aafca54ae987600d2fa19607f0285)) * update generative model to gemini-2.0-flash-exp ([#619](https://github.com/xability/maidr/issues/619)) ([1d9f648](https://github.com/xability/maidr/commit/1d9f648e4feab887ebb1993cf6955e5fea90602d)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c92da5a..bc027c852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.26.0](https://github.com/xability/maidr/compare/v2.25.1...v2.26.0) (2024-12-18) + + +### Features + +* mouse or finger hover functionality ([#620](https://github.com/xability/maidr/issues/620)) ([6e77fdc](https://github.com/xability/maidr/commit/6e77fdca353aafca54ae987600d2fa19607f0285)) +* update generative model to gemini-2.0-flash-exp ([#619](https://github.com/xability/maidr/issues/619)) ([1d9f648](https://github.com/xability/maidr/commit/1d9f648e4feab887ebb1993cf6955e5fea90602d)) + ## [2.25.1](https://github.com/xability/maidr/compare/v2.25.0...v2.25.1) (2024-12-05) diff --git a/package.json b/package.json index 8261217b9..2e22dafbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maidr", - "version": "2.25.1", + "version": "2.26.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": {