diff --git a/libraries/key-identifier/CHANGELOG.md b/libraries/key-identifier/CHANGELOG.md index 240fe83..54d7ac3 100644 --- a/libraries/key-identifier/CHANGELOG.md +++ b/libraries/key-identifier/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.1](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/key-identifier@1.3.0...@exodus/key-identifier@1.3.1) (2024-11-25) + +### Bug Fixes + +- fix: harden `compare` (#182) + ## [1.3.0](https://github.com/ExodusMovement/exodus-oss/compare/@exodus/key-identifier@1.2.2...@exodus/key-identifier@1.3.0) (2024-10-03) ### Features diff --git a/libraries/key-identifier/package.json b/libraries/key-identifier/package.json index 59377e0..b48a703 100644 --- a/libraries/key-identifier/package.json +++ b/libraries/key-identifier/package.json @@ -1,6 +1,6 @@ { "name": "@exodus/key-identifier", - "version": "1.3.0", + "version": "1.3.1", "type": "module", "description": "Provides a KeyIdentifier class that helps to define how a key is derived", "author": "Exodus Movement, Inc.",