From f62e660e7c50891844f5615de075ab145c1f6129 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 25 Jul 2024 18:15:56 -0400 Subject: [PATCH] 3.0.0 --- HISTORY.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index ef34b65..a53dc9c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -3.x -=== +3.0.0 / 2024-07-25 +================== * deps: iconv-lite@0.6.3 - Fix HKSCS encoding to prefer Big5 codes diff --git a/package.json b/package.json index a2096d7..5bc7165 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "raw-body", "description": "Get and validate the raw body of a readable stream.", - "version": "3.0.0-beta.1", + "version": "3.0.0", "author": "Jonathan Ong (http://jongleberry.com)", "contributors": [ "Douglas Christopher Wilson ",