From 98261919c55bbd2ba67aa6ac9f737761997dc572 Mon Sep 17 00:00:00 2001 From: Johannes Przymusinski Date: Fri, 29 Dec 2023 12:17:10 +0100 Subject: [PATCH] release: version 1.0.2 --- editors/jetbrains/web-types.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/jetbrains/web-types.json b/editors/jetbrains/web-types.json index 36c5acb..4285fe6 100644 --- a/editors/jetbrains/web-types.json +++ b/editors/jetbrains/web-types.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json", "name": "@jop-software/hx-chart", - "version": "1.0.1", + "version": "1.0.2", "js-types-syntax": "typescript", "description-markup": "markdown", "contributions": { diff --git a/package.json b/package.json index b952946..ac9ca07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jop-software/hx-chart", - "version": "1.0.1", + "version": "1.0.2", "description": "", "types": "./dist/index.d.ts", "type": "module",