diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f00c97..2d055dc 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.12](https://github.com/cujarrett/spellcheckme/compare/v0.3.11...v0.3.12) (2021-02-24) + + +### Bug Fixes + +* **deps-dev:** bump @commitlint/config-conventional ([27a884d](https://github.com/cujarrett/spellcheckme/commit/27a884dbef1683be93a1f8679e3055c577ba503a)) + ## [0.3.11](https://github.com/cujarrett/spellcheckme/compare/v0.3.10...v0.3.11) (2021-02-24) diff --git a/package-lock.json b/package-lock.json index a9fcb83..1141980 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "spellcheckme", - "version": "0.3.11", + "version": "0.3.12", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index cf291f2..2c1690c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spellcheckme", - "version": "0.3.11", + "version": "0.3.12", "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",