Skip to content

Commit

Permalink
New version: 1.18.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed May 25, 2023
1 parent 3e0e130 commit fc40f8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ console.log('re2_res : ' + re2_res); // prints: re2_res : abc,a,b,c

## Release history

- 1.18.2 *Reference to the binary module by its full name.*
- 1.18.1 *Support for Node 16, 18, 20 + Darwin arm64 precompiled binaries.*
- 1.18.0 *Modified TS bindings, added a type test (thx, [Kenichi Kamiya](https://github.com/kachick) and [Jamie Magee](https://github.com/JamieMagee)).*
- 1.17.8 *Updated deps, added Node 19 as a pre-compilation target.*
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "re2",
"version": "1.18.1",
"version": "1.18.2",
"description": "Bindings for RE2: fast, safe alternative to backtracking regular expression engines.",
"homepage": "https://github.com/uhop/node-re2",
"bugs": "https://github.com/uhop/node-re2/issues",
Expand Down

0 comments on commit fc40f8f

Please sign in to comment.