diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d01abd..0571a1b 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.5](https://github.com/cujarrett/spellcheckme/compare/v1.0.4...v1.0.5) (2021-11-30) + + +### Bug Fixes + +* version command ([#126](https://github.com/cujarrett/spellcheckme/issues/126)) ([9d7c4ed](https://github.com/cujarrett/spellcheckme/commit/9d7c4eddbe29d845114d376d9ca2e06a2c0b3a16)) + ## [1.0.4](https://github.com/cujarrett/spellcheckme/compare/v1.0.3...v1.0.4) (2021-11-30) diff --git a/package-lock.json b/package-lock.json index 77c9656..63ec0fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spellcheckme", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "spellcheckme", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "dependencies": { "chalk": "~5.0.0", diff --git a/package.json b/package.json index 4c8dbf3..5af610e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spellcheckme", - "version": "1.0.4", + "version": "1.0.5", "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.",