Skip to content

Commit a61bd09

Browse files
authored
release: 3.0.1 (#100)
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
1 parent 7e74385 commit a61bd09

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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
* deps: iconv-lite@0.7.0
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 <me@jongleberry.com> (http://jongleberry.com)",
66
"contributors": [
77
"Douglas Christopher Wilson <doug@somethingdoug.com>",

0 commit comments

Comments
 (0)