From 0caa9eb247707410bc8b8947a677d14a9aca0b83 Mon Sep 17 00:00:00 2001 From: KillerJulian Date: Sun, 4 Jun 2023 15:26:45 +0200 Subject: [PATCH] Bump to v1.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e7b17b..08a19d0 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.5.0", + "version": "1.5.1", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": "https://github.com/KillerJulian/opensensemap-client",