From 9e242cada4e09bdc28cd4aca392895a40cb3c24f Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 14 Aug 2022 14:51:57 +0200 Subject: [PATCH] chore(release): 2.7.1 --- CHANGELOG.md | 7 +++++++ module.json | 10 +++++----- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bc33255..e6c0e455 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.7.1](https://github.com/ghost-fvtt/fxmaster/compare/v2.7.0...v2.7.1) (2022-08-14) + + +### Bug Fixes + +* properly handle switching multiple effects with the `fxmaster.switchWeather` hook ([de9b9d5](https://github.com/ghost-fvtt/fxmaster/commit/de9b9d5b78c9744ff606eb28cc9639b64f92485a)), closes [#320](https://github.com/ghost-fvtt/fxmaster/issues/320) + ## [2.7.0](https://github.com/ghost-fvtt/fxmaster/compare/v2.6.0...v2.7.0) (2022-04-25) diff --git a/module.json b/module.json index 6343e0ee..9958af36 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.7.0/LICENSE.md", - "readme": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v2.7.0/README.md", + "license": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v2.7.1/LICENSE.md", + "readme": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v2.7.1/README.md", "bugs": "https://github.com/ghost-fvtt/fxmaster/issues", - "changelog": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v2.7.0/CHANGELOG.md", - "version": "2.7.0", + "changelog": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v2.7.1/CHANGELOG.md", + "version": "2.7.1", "minimumCoreVersion": "0.8.5", "compatibleCoreVersion": "9", "scripts": ["libs/filters/pixi-filters.js"], @@ -73,6 +73,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.7.0/module.zip", + "download": "https://github.com/ghost-fvtt/fxmaster/releases/download/v2.7.1/module.zip", "manifestPlusVersion": "1.2.0" } diff --git a/package-lock.json b/package-lock.json index 720d8f5e..dc6aefa5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fxmaster", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fxmaster", - "version": "2.4.0", + "version": "2.7.1", "hasInstallScript": true, "license": "BSD-3-Clause", "devDependencies": { diff --git a/package.json b/package.json index 0565da5f..2f3d1ed0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fxmaster", - "version": "2.7.0", + "version": "2.7.1", "description": "Adds various weather and filter effects.", "private": true, "scripts": {