From 8272916d69cc0a19127e7f55a282e40765955510 Mon Sep 17 00:00:00 2001 From: mcibique Date: Sun, 10 Apr 2022 16:32:18 +0100 Subject: [PATCH] 1.5.4 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 078a260..ffe7828 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "linq-for-js", - "version": "1.5.3", + "version": "1.5.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "linq-for-js", - "version": "1.5.3", + "version": "1.5.4", "license": "MIT", "devDependencies": { "babel-core": "6.26.3", diff --git a/package.json b/package.json index 7e4d011..a4005ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linq-for-js", - "version": "1.5.3", + "version": "1.5.4", "description": "LINQ to JS port using ESnext iterators and generators.", "main": "index.js", "scripts": {