Skip to content

Commit

Permalink
chore(release): 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost91- committed Aug 14, 2022
1 parent de9b9d5 commit 9e242ca
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
10 changes: 5 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fxmaster",
"version": "2.7.0",
"version": "2.7.1",
"description": "Adds various weather and filter effects.",
"private": true,
"scripts": {
Expand Down

0 comments on commit 9e242ca

Please sign in to comment.