From 4bb34c15d3121dbc9e68b476ec1f46736c551b16 Mon Sep 17 00:00:00 2001 From: KillerJulian Date: Sat, 14 Jan 2023 23:29:15 +0100 Subject: [PATCH] Bump to v1.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d04cf29..ccde4cd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "opensensemap-client", "description": "The library allows and improves type-based working with the openSenseMap API", - "version": "1.3.1", + "version": "1.4.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": "https://github.com/KillerJulian/opensensemap-client",