Skip to content

Commit

Permalink
chore(release): 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 17, 2021
1 parent 8f69b37 commit f3a6e49
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,11 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.1.1](https://github.com/streetsidesoftware/regexp-worker/compare/v1.1.0...v1.1.1) (2021-09-17)


### Bug Fixes

* Explicitly look for instance of Error. ([#155](https://github.com/streetsidesoftware/regexp-worker/issues/155)) ([849df82](https://github.com/streetsidesoftware/regexp-worker/commit/849df82b13ee9b3308a7515dd9edb6dc31662e3a))
* Fix Error Handling and lint files ([#154](https://github.com/streetsidesoftware/regexp-worker/issues/154)) ([c3789e4](https://github.com/streetsidesoftware/regexp-worker/commit/c3789e4c406aafa51ad99e5098314d851e27e934))
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
@@ -1,6 +1,6 @@
{
"name": "regexp-worker",
"version": "1.1.0",
"version": "1.1.1",
"description": "Runs regular expressions on a background thread.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit f3a6e49

Please sign in to comment.