From 58a55192dc6b44633ced1a73bfe536cea668f288 Mon Sep 17 00:00:00 2001 From: Joe Spandrusyszyn Date: Sat, 6 Jul 2024 23:55:16 -0400 Subject: [PATCH] 8.1.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18181d0..7a5e22e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@illandril/foundryvtt-types", - "version": "8.0.1", + "version": "8.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@illandril/foundryvtt-types", - "version": "8.0.1", + "version": "8.1.0", "license": "MIT", "dependencies": { "@types/css-font-loading-module": "^0.0.13", diff --git a/package.json b/package.json index 92f3f6e..a2fd680 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@illandril/foundryvtt-types", - "version": "8.0.1", + "version": "8.1.0", "description": "Type definitions for the Foundry VTT client, used by Illandril's modules", "type": "module", "types": "./src/index.d.ts",