From 7c2c9e9c2753d92643caba32f75ab65c7e839be7 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 18 Jan 2023 07:33:39 +0100 Subject: [PATCH] Release v2.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7cf866f..2344ef5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "punycode", - "version": "2.2.0", + "version": "2.2.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",