diff --git a/CHANGELOG.md b/CHANGELOG.md index 4efa21e..9d01abd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog 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). +## [1.0.4](https://github.com/cujarrett/spellcheckme/compare/v1.0.3...v1.0.4) (2021-11-30) + + +### Bug Fixes + +* version command ([#125](https://github.com/cujarrett/spellcheckme/issues/125)) ([3cd32b2](https://github.com/cujarrett/spellcheckme/commit/3cd32b23bbbdb8caf0ff579c540e9515781c8f24)) + ## [1.0.3](https://github.com/cujarrett/spellcheckme/compare/v1.0.2...v1.0.3) (2021-11-29) diff --git a/package-lock.json b/package-lock.json index 7e18233..a92a952 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spellcheckme", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "spellcheckme", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "dependencies": { "chalk": "~5.0.0", diff --git a/package.json b/package.json index 41490c9..16d8aee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spellcheckme", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "author": "Matt Jarrett", "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.",