Skip to content

Commit

Permalink
chore(release): 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jul 24, 2022
1 parent 30c0661 commit a24197f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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/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"
Expand Down Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion 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": "3.1.3",
"version": "3.1.4",
"description": "Adds various particle and filter effects.",
"private": true,
"scripts": {
Expand Down

0 comments on commit a24197f

Please sign in to comment.