From 3fba0161cd099d03dab69300e8ca2c929f0ae268 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 17 Apr 2024 07:25:29 +0000 Subject: [PATCH] chore(release): v1.3.0 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 892b6a3..fb876cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "array-add-num", - "version": "1.2.0", + "version": "1.3.0", "description": "Add up all the numbers in the array", "license": "MIT", "repository": "https://github.com/palashmon/array-add-num",