From 36d7999fbd05a6cbda1f9147117967224e80984d Mon Sep 17 00:00:00 2001 From: KillerJulian Date: Sun, 9 Apr 2023 20:16:17 +0200 Subject: [PATCH] Bump to v1.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38f3456..7288d8f 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.4.0", + "version": "1.5.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": "https://github.com/KillerJulian/opensensemap-client",