diff --git a/CHANGELOG.md b/CHANGELOG.md index 287114f..7b2de55 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.3.0](https://github.com/cujarrett/spellcheckme/compare/v0.2.7...v0.3.0) (2021-01-24) + + +### Features + +* adds update-notifier ([a673e65](https://github.com/cujarrett/spellcheckme/commit/a673e65a4fe55ece1fc1bc7fed32ea478eb76825)) + ## [0.2.7](https://github.com/cujarrett/spellcheckme/compare/v0.2.6...v0.2.7) (2021-01-24) diff --git a/package-lock.json b/package-lock.json index 41ce240..7b24913 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "spellcheckme", - "version": "0.2.7", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 76f3c2b..971baa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spellcheckme", - "version": "0.2.7", + "version": "0.3.0", "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",