From 1991834a4c28713f4422d1e96323ba497f5ce7b5 Mon Sep 17 00:00:00 2001 From: Dylan Kilgore Date: Fri, 17 Nov 2023 12:55:58 -0800 Subject: [PATCH] chore(release): 2.46.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2c55adbc..4e897822f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.46.4](https://github.com/EightfoldAI/octuple/compare/v2.46.3...v2.46.4) (2023-11-17) + +### Bug Fixes + +- hotfix: tooltip adds touch api support with hover a11y fixup ([e11bca5](https://github.com/EightfoldAI/octuple/commits/e11bca5a7aa27b584f2559c3e09a41aa419a3d74)) + ### [2.46.3](https://github.com/EightfoldAI/octuple/compare/v2.46.2...v2.46.3) (2023-10-23) ### Bug Fixes diff --git a/package.json b/package.json index aa3136c84..b8c8c4694 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eightfold.ai/octuple", - "version": "2.46.3", + "version": "2.46.4", "license": "MIT", "main": "lib/octuple.js", "types": "lib/octuple.d.ts",