From 9309430cd9153ffae5959b010cdf0cfd5e5ffa4b Mon Sep 17 00:00:00 2001 From: cujarrett Date: Wed, 24 Feb 2021 03:43:04 +0000 Subject: [PATCH] chore(release): 0.3.10 [skip ci] ## [0.3.10](https://github.com/cujarrett/spellcheckme/compare/v0.3.9...v0.3.10) (2021-02-24) ### Bug Fixes * **deps-dev:** bump eslint from 7.19.0 to 7.20.0 ([6769f94](https://github.com/cujarrett/spellcheckme/commit/6769f9434a5c406eaede7dab94ed30f3584ffe73)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6753dfd..f851d8e 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.10](https://github.com/cujarrett/spellcheckme/compare/v0.3.9...v0.3.10) (2021-02-24) + + +### Bug Fixes + +* **deps-dev:** bump eslint from 7.19.0 to 7.20.0 ([6769f94](https://github.com/cujarrett/spellcheckme/commit/6769f9434a5c406eaede7dab94ed30f3584ffe73)) + ## [0.3.9](https://github.com/cujarrett/spellcheckme/compare/v0.3.8...v0.3.9) (2021-02-17) diff --git a/package-lock.json b/package-lock.json index 78e375d..118f288 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "spellcheckme", - "version": "0.3.9", + "version": "0.3.10", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index dc2e653..f408d9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spellcheckme", - "version": "0.3.9", + "version": "0.3.10", "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",