From 3fa43159a00c29fba7671335ab43a476fec82755 Mon Sep 17 00:00:00 2001 From: jeroentvb <36192730+jeroentvb@users.noreply.github.com> Date: Wed, 6 Oct 2021 21:11:27 +0200 Subject: [PATCH] release: v4.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a69cd23..c96ec70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wind-scrape", - "version": "4.1.1", + "version": "4.1.2", "description": "Scrape wind forecast from a few websites", "main": "./dist/index.js", "types": "./dist/index.d.ts",