diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f22c52..79cb9ec 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.4](https://github.com/cujarrett/spellcheckme/compare/v0.2.3...v0.2.4) (2021-01-05) + + +### Bug Fixes + +* **readme:** swaps to images housed outside of project ([6786954](https://github.com/cujarrett/spellcheckme/commit/6786954deee5f44160a917212156fca37e295f10)) + ## [0.2.3](https://github.com/cujarrett/spellcheckme/compare/v0.2.2...v0.2.3) (2021-01-05) diff --git a/package-lock.json b/package-lock.json index ebb54cd..9f651c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "spellcheckme", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 45ba3b1..6db8c54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spellcheckme", - "version": "0.2.3", + "version": "0.2.4", "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",