Skip to content

Commit

Permalink
New version: 1.20.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Nov 23, 2023
1 parent 31d5d62 commit 71f3d07
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ console.log('re2_res : ' + re2_res); // prints: re2_res : abc,a,b,c

## Release history

- 1.20.9 *Updated deps. Added more `absail-cpp` files that manifested itself on NixOS. Thx, [Laura Hausmann](https://github.com/zotanmew).*
- 1.20.8 *Updated deps: `install-artifact-from-github`. A default HTTPS agent is used for fetching precompiled artifacts avoiding unnecessary long wait times.*
- 1.20.7 *Added more `absail-cpp` files that manifested itself on ARM Alpine. Thx, [Laura Hausmann](https://github.com/zotanmew).*
- 1.20.6 *Updated deps, notably `node-gyp`.*
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "re2",
"version": "1.20.8",
"version": "1.20.9",
"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 All @@ -16,9 +16,9 @@
"node-gyp": "^10.0.1"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/node": "^20.9.4",
"heya-unit": "^0.3.0",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"scripts": {
"test": "node tests/tests.js",
Expand Down

0 comments on commit 71f3d07

Please sign in to comment.