Skip to content

Commit

Permalink
New version: 1.20.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed May 27, 2024
1 parent f2aac27 commit 7236c90
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 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.12 *Updated deps. Maintenance chores. Fixes for buffer-related bugs: `exec()` index (reported by [matthewvalentine](https://github.com/matthewvalentine), thx) and `match()` index.*
- 1.20.11 *Updated deps. Added support for Node 22 (thx, [Elton Leong](https://github.com/eltonkl)).*
- 1.20.10 *Updated deps. Removed files the pack used for development (thx, [Haruaki OTAKE](https://github.com/aaharu)). Added arm64 Linux prebilds (thx, [Christopher M](https://github.com/cmanou)). Fixed non-`npm` `corepack` problem (thx, [Steven](https://github.com/styfle)).*
- 1.20.9 *Updated deps. Added more `absail-cpp` files that manifested itself on NixOS. Thx, [Laura Hausmann](https://github.com/zotanmew).*
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "re2",
"version": "1.20.11",
"version": "1.20.12",
"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 @@ -17,12 +17,12 @@
"dependencies": {
"install-artifact-from-github": "^1.3.5",
"nan": "^2.19.0",
"node-gyp": "^10.0.1"
"node-gyp": "^10.1.0"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/node": "^20.12.12",
"heya-unit": "^0.3.0",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"scripts": {
"test": "node tests/tests.js",
Expand Down

0 comments on commit 7236c90

Please sign in to comment.