diff --git a/CHANGELOG.md b/CHANGELOG.md index 406bc9d2..37b619d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [7.0.3](https://github.com/foray1010/didyoumean2/compare/v7.0.2...v7.0.3) (2024-09-17) + ### [7.0.2](https://github.com/foray1010/didyoumean2/compare/v7.0.1...v7.0.2) (2024-07-21) ### Bug Fixes diff --git a/package.json b/package.json index e0b5d0a4..c8926d2b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "didyoumean2", - "version": "7.0.2", + "version": "7.0.3", "description": "a library for matching human-quality input to a list of potential matches using the Levenshtein distance algorithm", "keywords": [ "closest",