Skip to content

Commit a61bd09

Browse files
authored
release: 3.0.1 (#100)
Signed-off-by: Sebastian Beltran <[email protected]>
1 parent 7e74385 commit a61bd09

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

HISTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
unreleased
1+
3.0.1 / 2025-09-03
22
==================
33

44
55
- Avoid false positives in encodingExists by using objects without a prototype
66
- Remove compatibility check for StringDecoder.end method
7+
* Fix the engines field to reflect support for Node >= 0.10
78

89
3.0.0 / 2024-07-25
910
==================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "raw-body",
33
"description": "Get and validate the raw body of a readable stream.",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"author": "Jonathan Ong <[email protected]> (http://jongleberry.com)",
66
"contributors": [
77
"Douglas Christopher Wilson <[email protected]>",

0 commit comments

Comments
 (0)