Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#510)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 4, 2022
1 parent bddd632 commit da8c211
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@

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.

## [2.0.0](https://github.com/streetsidesoftware/regexp-worker/compare/v1.1.1...v2.0.0) (2022-09-04)


### ⚠ BREAKING CHANGES

* Drop support for Node 12 (#509)

### Features

* Drop support for Node 12 ([#509](https://github.com/streetsidesoftware/regexp-worker/issues/509)) ([b91b738](https://github.com/streetsidesoftware/regexp-worker/commit/b91b7388847dbcd524bea6729856b414ebffc881))

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


Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "2.0.0",
"description": "Runs regular expressions on a background thread.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit da8c211

Please sign in to comment.