From 997bdbd7c163be8682846686c4802943e9833e74 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 17 Jul 2020 18:37:37 +0800 Subject: [PATCH] 1.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb8e86d..7c44723 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cycled", - "version": "1.1.0", + "version": "1.2.0", "description": "Cycle through the items of an array", "license": "MIT", "repository": "sindresorhus/cycled",