Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
chore(release): 0.2.7 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.7](v0.2.6...v0.2.7) (2021-01-24)

### Bug Fixes

* **docs:** adds more install info ([7be6fac](7be6fac))
  • Loading branch information
cujarrett committed Jan 24, 2021
1 parent 59a6009 commit 240bd31
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.7](https://github.com/cujarrett/spellcheckme/compare/v0.2.6...v0.2.7) (2021-01-24)


### Bug Fixes

* **docs:** adds more install info ([7be6fac](https://github.com/cujarrett/spellcheckme/commit/7be6faceed219bfae6b3f84ff6fc2e9614b7b62d))

## [0.2.6](https://github.com/cujarrett/spellcheckme/compare/v0.2.5...v0.2.6) (2021-01-22)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spellcheckme",
"version": "0.2.6",
"version": "0.2.7",
"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",
Expand Down

0 comments on commit 240bd31

Please sign in to comment.