Skip to content

Commit 48bfd54

Browse files
committed
New version: 1.22.3.
1 parent 0e5323c commit 48bfd54

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
@@ -362,6 +362,7 @@ The same applies to `\P{...}`.
362362

363363
## Release history
364364

365+
- 1.22.3 *Technical release: upgraded QEMU emulations to native ARM runners to speed up the build process.*
365366
- 1.22.2 *Updated all dependencies and the list of pre-compiled targets: Node 20, 22, 24, 25 (thx, [Jiayu Liu](https://github.com/jimexist)).*
366367
- 1.22.1 *Added support for translation of scripts as Unicode classes.*
367368
- 1.22.0 *Added support for translation of Unicode classes (thx, [John Livingston](https://github.com/JohnXLivingston)). Added [attestations](https://github.com/uhop/node-re2/attestations).*

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