Skip to content

Commit 98928b7

Browse files
committed
Release v2.1.2
1 parent a418065 commit 98928b7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## <small>2.1.2 (2025-10-05)</small>
2+
3+
* Add semi-automated changelog #32 ([a950b06](https://github.com/lovell/detect-libc/commit/a950b06)), closes [#32](https://github.com/lovell/detect-libc/issues/32)
4+
* Ensure Node.js 10 and 12 can use async file-based detection methods (#33) ([a418065](https://github.com/lovell/detect-libc/commit/a418065)), closes [#33](https://github.com/lovell/detect-libc/issues/33)
5+
16
## <small>2.1.1 (2025-09-24)</small>
27

38
* Ensure Node.js 10 and 12 can use file-based detection methods (#30) ([e64be76](https://github.com/lovell/detect-libc/commit/e64be76)), closes [#30](https://github.com/lovell/detect-libc/issues/30)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "detect-libc",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Node.js module to detect the C standard library (libc) implementation family and version",
55
"main": "lib/detect-libc.js",
66
"files": [

0 commit comments

Comments
 (0)