From a24197f27f226d88e00fa08249f56b7ee737bc1b Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Sun, 24 Jul 2022 23:47:37 +0000 Subject: [PATCH] chore(release): 3.1.4 --- CHANGELOG.md | 8 ++++++++ module.json | 10 +++++----- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 321f4f40..af86f25c 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.1.4](https://github.com/ghost-fvtt/fxmaster/compare/v3.1.3...v3.1.4) (2022-07-24) + + +### Bug Fixes + +* address deprecation warning about `CONFIG.fxmaster.specials` ([4f480f2](https://github.com/ghost-fvtt/fxmaster/commit/4f480f28af07e26ff409cec5e025b038a90a4813)) +* properly handle switching multiple effects with the `fxmaster.switchParticleEffect` hook ([36c42df](https://github.com/ghost-fvtt/fxmaster/commit/36c42df2f2ed15ddf5c84aa383217d187feefd8e)), closes [#320](https://github.com/ghost-fvtt/fxmaster/issues/320) + ### [3.1.3](https://github.com/ghost-fvtt/fxmaster/compare/v3.1.2...v3.1.3) (2022-07-22) diff --git a/module.json b/module.json index cfd4a418..2d7ee00c 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.1.3/LICENSE.md", - "readme": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.1.3/README.md", + "license": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.1.4/LICENSE.md", + "readme": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.1.4/README.md", "bugs": "https://github.com/ghost-fvtt/fxmaster/issues", - "changelog": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.1.3/CHANGELOG.md", - "version": "3.1.3", + "changelog": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.1.4/CHANGELOG.md", + "version": "3.1.4", "compatibility": { "minimum": "10.275", "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.1.3/module.zip", + "download": "https://github.com/ghost-fvtt/fxmaster/releases/download/v3.1.4/module.zip", "manifestPlusVersion": "1.2.0" } diff --git a/package-lock.json b/package-lock.json index d89e51ce..c206dee9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fxmaster", - "version": "3.1.3", + "version": "3.1.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 47a832c6..ea567c7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fxmaster", - "version": "3.1.3", + "version": "3.1.4", "description": "Adds various particle and filter effects.", "private": true, "scripts": {