Skip to content

Commit 49ac29d

Browse files
committed
New version: 1.20.8.
1 parent 091c691 commit 49ac29d

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

README.md

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

354354
## Release history
355355

356+
- 1.20.8 *Updated deps: `install-artifact-from-github`. A default HTTPS agent is used for fetching precompiled artifacts avoiding unnecessary long wait times.*
356357
- 1.20.7 *Added more `absail-cpp` files that manifested itself on ARM Alpine. Thx, [Laura Hausmann](https://github.com/zotanmew).*
357358
- 1.20.6 *Updated deps, notably `node-gyp`.*
358359
- 1.20.5 *Updated deps, added Node 21 and retired Node 16 as pre-compilation targets.*

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "re2",
3-
"version": "1.20.7",
3+
"version": "1.20.8",
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",
@@ -11,7 +11,7 @@
1111
"test": "tests"
1212
},
1313
"dependencies": {
14-
"install-artifact-from-github": "^1.3.3",
14+
"install-artifact-from-github": "^1.3.4",
1515
"nan": "^2.18.0",
1616
"node-gyp": "^10.0.1"
1717
},

0 commit comments

Comments
 (0)