From 450663dd1f0af119b9dc0ff2426e71b2590699df Mon Sep 17 00:00:00 2001 From: cujarrett Date: Tue, 5 Jan 2021 04:56:23 +0000 Subject: [PATCH] chore(release): 0.2.1 [skip ci] ## [0.2.1](https://github.com/cujarrett/spellcheckme/compare/v0.2.0...v0.2.1) (2021-01-05) ### Bug Fixes * **semantic-release:** changelog title ([52657f7](https://github.com/cujarrett/spellcheckme/commit/52657f7ff785e7a3e702e721dccf22bf306505b2)) --- 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 4f75cb3..a4a2d5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.1](https://github.com/cujarrett/spellcheckme/compare/v0.2.0...v0.2.1) (2021-01-05) + + +### Bug Fixes + +* **semantic-release:** changelog title ([52657f7](https://github.com/cujarrett/spellcheckme/commit/52657f7ff785e7a3e702e721dccf22bf306505b2)) + # [v0.2.0](https://github.com/cujarrett/spellcheckme/compare/v0.1.3...v0.2.0) (2021-01-05) # [0.2.0](https://github.com/cujarrett/spellcheckme/compare/v0.1.3...v0.2.0) (2021-01-05) diff --git a/package-lock.json b/package-lock.json index 045327a..aa8245e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "spellcheckme", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 5748281..d26a7c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spellcheckme", - "version": "0.2.0", + "version": "0.2.1", "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",