From 9360d9ae0db08ca8e52feb30de1a47ae28538784 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 4 Dec 2022 01:49:16 +0000 Subject: [PATCH] chore(release): 1.1.3 [skip ci] ## [1.1.3](https://github.com/cujarrett/spellcheckme/compare/v1.1.2...v1.1.3) (2022-12-04) ### Bug Fixes * updates cicd ([#136](https://github.com/cujarrett/spellcheckme/issues/136)) ([9808c6a](https://github.com/cujarrett/spellcheckme/commit/9808c6aa13037055c5fff06558830cf24b6ac89b)) --- 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 1b1928c..ade2f13 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.3](https://github.com/cujarrett/spellcheckme/compare/v1.1.2...v1.1.3) (2022-12-04) + + +### Bug Fixes + +* updates cicd ([#136](https://github.com/cujarrett/spellcheckme/issues/136)) ([9808c6a](https://github.com/cujarrett/spellcheckme/commit/9808c6aa13037055c5fff06558830cf24b6ac89b)) + ## [1.1.2](https://github.com/cujarrett/spellcheckme/compare/v1.1.1...v1.1.2) (2021-12-02) diff --git a/package-lock.json b/package-lock.json index 497139b..b921e19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "spellcheckme", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "spellcheckme", - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "dependencies": { "chalk": "~5.0.0", diff --git a/package.json b/package.json index 06b593b..563b643 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spellcheckme", - "version": "1.1.2", + "version": "1.1.3", "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.",