Skip to content

Commit d5acb44

Browse files
committed
New version: 1.20.3. Fixes #183.
1 parent 0344806 commit d5acb44

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ console.log('re2_res : ' + re2_res); // prints: re2_res : abc,a,b,c
353353

354354
## Release history
355355

356-
- 1.20.3 *Fix: subsequent numbers are incorporated into group if they would form a legal group reference.*
356+
- 1.20.3 *Fix: subsequent numbers are incorporated into group if they would form a legal group reference. Thx, [Oleksii Vasyliev](https://github.com/le0pard).*
357357
- 1.20.2 *Fix: added a missing C++ file, which caused a bug on Alpine Linux. Thx, [rbitanga-manticore](https://github.com/rbitanga-manticore).*
358358
- 1.20.1 *Fix: files included in the npm package to build the C++ code.*
359359
- 1.20.0 *Updated RE2. New version uses `abseil-cpp` and required the adaptation work. Thx, [Stefano Rivera](https://github.com/stefanor).*

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.20.2",
3+
"version": "1.20.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)