From cbf24e6e3c1884655452612b2cc5f266915a8df5 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 24 Oct 2023 19:55:52 +0700 Subject: [PATCH] 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e3877d..89684f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uint8array-extras", - "version": "0.1.0", + "version": "0.2.0", "description": "Useful utilities for working with Uint8Array (and Buffer)", "license": "MIT", "repository": "sindresorhus/uint8array-extras",