From d90ea88241adf9a26c2332c61a938f217c0a447a Mon Sep 17 00:00:00 2001 From: Alex Young Date: Tue, 17 Sep 2024 23:55:23 +0800 Subject: [PATCH] chore(release): 7.0.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",