diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c21dffb..e6e66c3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [3.5.1](https://github.com/ghost-fvtt/fxmaster/compare/v3.5.0...v3.5.1) (2022-11-12) + + +### Bug Fixes + +* fix issue with old scene mask not being cleared on scene change ([cd875dc](https://github.com/ghost-fvtt/fxmaster/commit/cd875dc008af5aa8611c9a7e0595bfd79453b293)) +* remove bottom border on special effect folders ([9f7f2e8](https://github.com/ghost-fvtt/fxmaster/commit/9f7f2e85aaa32295fe21d7c9ac8e7edadd9e528b)) + ## [3.5.0](https://github.com/ghost-fvtt/fxmaster/compare/v3.4.0...v3.5.0) (2022-09-01) diff --git a/module.json b/module.json index 8342ba5f..0daa56d8 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/v3.5.0/LICENSE.md", - "readme": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.5.0/README.md", + "license": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.5.1/LICENSE.md", + "readme": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.5.1/README.md", "bugs": "https://github.com/ghost-fvtt/fxmaster/issues", - "changelog": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.5.0/CHANGELOG.md", - "version": "3.5.0", + "changelog": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.5.1/CHANGELOG.md", + "version": "3.5.1", "compatibility": { "minimum": "10.278", "verified": "10" @@ -77,6 +77,6 @@ ], "socket": true, "manifest": "https://github.com/ghost-fvtt/fxmaster/releases/latest/download/module.json", - "download": "https://github.com/ghost-fvtt/fxmaster/releases/download/v3.5.0/module.zip", + "download": "https://github.com/ghost-fvtt/fxmaster/releases/download/v3.5.1/module.zip", "manifestPlusVersion": "1.2.0" } diff --git a/package-lock.json b/package-lock.json index 1bbe7c18..0b1c2c9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fxmaster", - "version": "3.5.0", + "version": "3.5.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 1bee937a..523b2209 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fxmaster", - "version": "3.5.0", + "version": "3.5.1", "description": "Adds various particle and filter effects.", "private": true, "scripts": {