From 9ae45f51cef47be5cbdd40b7590de60031eb8e3e Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sun, 19 Mar 2023 02:14:40 +0100 Subject: [PATCH] Publish v0.3.0 - RateLimiter is no longer the default export, breaks normal JavaScript. - Code is now somewhat properly tested, to ensure that at least basic functionality is there. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72850e6..8fd5105 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A simple but effective way to rate limit Tasks in JavaScript.", "license": "GPLv3", "repository": "https://github.com/Xaymar/js-ratelimiter", - "version": "0.2.1", + "version": "0.3.0", "funding": { "type": "patreon", "url": "https://www.patreon.com/xaymar"