From 9e1b2cda98d215d3a73fcbfe93c62e021f4ba768 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 30 Oct 2023 19:28:01 +0100 Subject: [PATCH] Release v2.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2fa07de..b8b76fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "punycode", - "version": "2.3.0", + "version": "2.3.1", "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.", "homepage": "https://mths.be/punycode", "main": "punycode.js",