Skip to content

Commit 2711349

Browse files
committed
New version: 1.18.3 (fixes #145).
1 parent 9d9b4fc commit 2711349

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ console.log('re2_res : ' + re2_res); // prints: re2_res : abc,a,b,c
352352

353353
## Release history
354354

355+
- 1.18.3 *Fixed bug with non-matched groups. Thx, [Dan Setterquist](https://github.com/dset).*
355356
- 1.18.2 *Reference to the binary module by its full name.*
356357
- 1.18.1 *Support for Node 16, 18, 20 + Darwin arm64 precompiled binaries.*
357358
- 1.18.0 *Modified TS bindings, added a type test (thx, [Kenichi Kamiya](https://github.com/kachick) and [Jamie Magee](https://github.com/JamieMagee)).*

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "re2",
3-
"version": "1.18.2",
3+
"version": "1.18.3",
44
"description": "Bindings for RE2: fast, safe alternative to backtracking regular expression engines.",
55
"homepage": "https://github.com/uhop/node-re2",
66
"bugs": "https://github.com/uhop/node-re2/issues",

0 commit comments

Comments
 (0)