diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ff1155c..36193962f 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.51.4](https://github.com/EightfoldAI/octuple/compare/v2.51.3...v2.51.4) (2024-07-24) + +### Bug Fixes + +- hotfix: reset accordion z-index ([#857](https://github.com/EightfoldAI/octuple/issues/857)) ([724dfe7](https://github.com/EightfoldAI/octuple/commits/724dfe7307e1e9f7d0a09a79b2caf3c786165ad6)) + ### [2.51.3](https://github.com/EightfoldAI/octuple/compare/v2.51.2...v2.51.3) (2024-05-30) ### Bug Fixes diff --git a/package.json b/package.json index 342c059af..d164ea61c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eightfold.ai/octuple", - "version": "2.51.3", + "version": "2.51.4", "license": "MIT", "main": "lib/octuple.js", "types": "lib/octuple.d.ts",