diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d52d28..42aba95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.6](https://github.com/cujarrett/spellcheckme/compare/v0.2.5...v0.2.6) (2021-01-22) + + +### Bug Fixes + +* **tests:** updates did you mean example after Google change ([fd2bcc0](https://github.com/cujarrett/spellcheckme/commit/fd2bcc0b0c2af844c81374608cccede06b56610e)) + ## [0.2.5](https://github.com/cujarrett/spellcheckme/compare/v0.2.4...v0.2.5) (2021-01-11) diff --git a/package-lock.json b/package-lock.json index f65a424..f953d3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "spellcheckme", - "version": "0.2.5", + "version": "0.2.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 614e2b4..7f12a7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spellcheckme", - "version": "0.2.5", + "version": "0.2.6", "description": "Spellcheck CLI to quickly check the spelling of a word or two using the power of Google's search engine via a headless browser.", "main": "./src/index.js", "bin": "./src/index.js",