From 8181b8697acce4f77c989c05049a73deb73b47be Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 15 Jun 2023 20:07:09 +0000 Subject: [PATCH] chore(release): 4.0.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 de8a3f24..16e794bd 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. +### [4.0.2](https://github.com/ghost-fvtt/fxmaster/compare/v4.0.1...v4.0.2) (2023-06-15) + + +### Bug Fixes + +* make the weather mask work properly for polygon drawings ([38d8f58](https://github.com/ghost-fvtt/fxmaster/commit/38d8f58c68eded53a55d39f4e1a5da5523c54de8)), closes [#521](https://github.com/ghost-fvtt/fxmaster/issues/521) + ### [4.0.1](https://github.com/ghost-fvtt/fxmaster/compare/v4.0.0...v4.0.1) (2023-05-28) diff --git a/module.json b/module.json index 4a28acdd..abfea464 100644 --- a/module.json +++ b/module.json @@ -16,17 +16,17 @@ } ], "url": "https://github.com/ghost-fvtt/fxmaster", - "license": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v4.0.1/LICENSE.md", - "readme": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v4.0.1/README.md", + "license": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v4.0.2/LICENSE.md", + "readme": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v4.0.2/README.md", "bugs": "https://github.com/ghost-fvtt/fxmaster/issues", - "changelog": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v4.0.1/CHANGELOG.md", + "changelog": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v4.0.2/CHANGELOG.md", "flags": { "hotReload": { "extensions": ["css", "hbs", "json"], "paths": ["templates", "css", "lang"] } }, - "version": "4.0.1", + "version": "4.0.2", "compatibility": { "minimum": "11.299", "verified": "11" @@ -93,6 +93,6 @@ ], "socket": true, "manifest": "https://github.com/ghost-fvtt/fxmaster/releases/latest/download/module.json", - "download": "https://github.com/ghost-fvtt/fxmaster/releases/download/v4.0.1/module.zip", + "download": "https://github.com/ghost-fvtt/fxmaster/releases/download/v4.0.2/module.zip", "manifestPlusVersion": "1.2.0" } diff --git a/package-lock.json b/package-lock.json index 9b81eb01..8bc03ee1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fxmaster", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 80fdcb68..175a7132 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fxmaster", - "version": "4.0.1", + "version": "4.0.2", "description": "Adds various particle and filter effects.", "private": true, "scripts": {