Skip to content

Commit

Permalink
chore(release): 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.4.0](v2.3.1...v2.4.0) (2024-03-07)

### Features

* add copy buttons to chat history window ([#426](#426)) ([2bc0fb8](2bc0fb8)), closes [#424](#424)
* add notification to settings that will reset LLM chat history ([#428](#428)) ([01f42d0](01f42d0)), closes [#420](#420)
* don't close chat window on reset ([#427](#427)) ([2a3d6af](2a3d6af)), closes [#422](#422)
  • Loading branch information
semantic-release-bot committed Mar 7, 2024
1 parent 243ba5f commit 5935044
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.4.0](https://github.com/xability/maidr/compare/v2.3.1...v2.4.0) (2024-03-07)


### Features

* add copy buttons to chat history window ([#426](https://github.com/xability/maidr/issues/426)) ([2bc0fb8](https://github.com/xability/maidr/commit/2bc0fb8080804818723920cadbe0435154b46b87)), closes [#424](https://github.com/xability/maidr/issues/424)
* add notification to settings that will reset LLM chat history ([#428](https://github.com/xability/maidr/issues/428)) ([01f42d0](https://github.com/xability/maidr/commit/01f42d03f0109f6f5af5e6ae726c1a331c4050c7)), closes [#420](https://github.com/xability/maidr/issues/420)
* don't close chat window on reset ([#427](https://github.com/xability/maidr/issues/427)) ([2a3d6af](https://github.com/xability/maidr/commit/2a3d6aff06825f1e78d856d4ecdfa2a157b11848)), closes [#422](https://github.com/xability/maidr/issues/422)

## [2.3.1](https://github.com/xability/maidr/compare/v2.3.0...v2.3.1) (2024-03-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maidr",
"version": "2.3.1",
"version": "2.4.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": {
Expand Down

0 comments on commit 5935044

Please sign in to comment.