From 368ac44f8450e8c75cf97a6133494c12c8d8a79e Mon Sep 17 00:00:00 2001 From: KillerJulian Date: Tue, 18 Jan 2022 17:30:49 +0100 Subject: [PATCH] Bump to v1.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index beff6b0..d9ac51c 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.2.0", + "version": "1.2.1", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": "https://github.com/KillerJulian/opensensemap-client",