From de2d382e3633b369b7d04790355827211b1cfede Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 22 Feb 2022 00:05:22 +0000 Subject: [PATCH] chore(release): 2.3.2 --- CHANGELOG.md | 7 +++++++ module.json | 10 +++++----- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb495b83..c839911e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.3.2](https://github.com/ghost-fvtt/fxmaster/compare/v2.3.1...v2.3.2) (2022-02-22) + + +### Bug Fixes + +* load special effect files lazily ([5d29064](https://github.com/ghost-fvtt/fxmaster/commit/5d2906483d40a218fef78b9449923decf2e8a6af)), closes [#209](https://github.com/ghost-fvtt/fxmaster/issues/209) + ### [2.3.1](https://github.com/ghost-fvtt/fxmaster/compare/v2.3.0...v2.3.1) (2022-02-08) ## [2.3.0](https://github.com/ghost-fvtt/fxmaster/compare/v2.2.4...v2.3.0) (2022-02-08) diff --git a/module.json b/module.json index 08659d82..49b88298 100644 --- a/module.json +++ b/module.json @@ -16,11 +16,11 @@ } ], "url": "https://github.com/ghost-fvtt/fxmaster", - "license": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v2.3.1/LICENSE.md", - "readme": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v2.3.1/README.md", + "license": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v2.3.2/LICENSE.md", + "readme": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v2.3.2/README.md", "bugs": "https://github.com/ghost-fvtt/fxmaster/issues", - "changelog": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v2.3.1/CHANGELOG.md", - "version": "2.3.1", + "changelog": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v2.3.2/CHANGELOG.md", + "version": "2.3.2", "minimumCoreVersion": "0.8.5", "compatibleCoreVersion": "9", "scripts": ["libs/filters/pixi-filters.js"], @@ -78,6 +78,6 @@ ], "socket": true, "manifest": "https://github.com/ghost-fvtt/fxmaster/releases/latest/download/module.json", - "download": "https://github.com/ghost-fvtt/fxmaster/releases/download/v2.3.1/module.zip", + "download": "https://github.com/ghost-fvtt/fxmaster/releases/download/v2.3.2/module.zip", "manifestPlusVersion": "1.2.0" } diff --git a/package-lock.json b/package-lock.json index baa1224b..d828dcb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fxmaster", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 56f9e453..14ae2feb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fxmaster", - "version": "2.3.1", + "version": "2.3.2", "description": "Adds various weather and filter effects.", "private": true, "scripts": {