From 5f7b5922c987da257283232a2cdd298e030a590c Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 10 Aug 2021 13:57:40 +0200 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03cf1b0..ecaaad6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magic-iterable", - "version": "0.2.0", + "version": "1.0.0", "description": "Call a method on all items in an iterable by calling it on the iterable itself", "license": "MIT", "repository": "sindresorhus/magic-iterable",