diff --git a/CHANGELOG.md b/CHANGELOG.md index 18726f0..cf6def8 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.5.11](https://github.com/cujarrett/spellcheckme/compare/v0.5.10...v0.5.11) (2021-09-13) + + +### Bug Fixes + +* updates dependencies ([dd95538](https://github.com/cujarrett/spellcheckme/commit/dd955387aa303d8a2cdcc1bb7835e8daf7b5ca3b)) + ## [0.5.10](https://github.com/cujarrett/spellcheckme/compare/v0.5.9...v0.5.10) (2021-08-02) diff --git a/package-lock.json b/package-lock.json index fcbebf1..eb1f23c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "spellcheckme", - "version": "0.5.10", + "version": "0.5.11", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.5.10", + "version": "0.5.11", "license": "MIT", "dependencies": { "chalk": "~4.1.2", diff --git a/package.json b/package.json index b998a72..83085b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spellcheckme", - "version": "0.5.10", + "version": "0.5.11", "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",