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.3.8 [skip ci]
Browse files Browse the repository at this point in the history
## [0.3.8](v0.3.7...v0.3.8) (2021-02-12)

### Bug Fixes

* **deps:** bump puppeteer from 7.0.4 to 7.1.0 ([82547a7](82547a7))
  • Loading branch information
cujarrett committed Feb 12, 2021
1 parent 63cfce1 commit d25bd66
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.3.8](https://github.com/cujarrett/spellcheckme/compare/v0.3.7...v0.3.8) (2021-02-12)


### Bug Fixes

* **deps:** bump puppeteer from 7.0.4 to 7.1.0 ([82547a7](https://github.com/cujarrett/spellcheckme/commit/82547a718b85e2b30f5bb6a0d85128a06c7d7755))

## [0.3.7](https://github.com/cujarrett/spellcheckme/compare/v0.3.6...v0.3.7) (2021-02-11)


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.3.7",
"version": "0.3.8",
"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 d25bd66

Please sign in to comment.