From 96898ee251fd693a34a12f67d7a0ae685f43ac49 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Dec 2021 21:25:23 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/cujarrett/spellcheckme/compare/v1.1.0...v1.1.1) (2021-12-01) ### Bug Fixes * semantic-release setup ([#128](https://github.com/cujarrett/spellcheckme/issues/128)) ([995cdcf](https://github.com/cujarrett/spellcheckme/commit/995cdcff2875054ae54a62eaf5ea1a7c7dd96925)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfda92f..6cafdff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog 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). +## [1.1.1](https://github.com/cujarrett/spellcheckme/compare/v1.1.0...v1.1.1) (2021-12-01) + + +### Bug Fixes + +* semantic-release setup ([#128](https://github.com/cujarrett/spellcheckme/issues/128)) ([995cdcf](https://github.com/cujarrett/spellcheckme/commit/995cdcff2875054ae54a62eaf5ea1a7c7dd96925)) + # [1.1.0](https://github.com/cujarrett/spellcheckme/compare/v1.0.6...v1.1.0) (2021-11-30) diff --git a/package-lock.json b/package-lock.json index fbbd472..d784b27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spellcheckme", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "spellcheckme", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "chalk": "~5.0.0", diff --git a/package.json b/package.json index 3aadbad..658086a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spellcheckme", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "author": "Matt Jarrett", "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.",