Skip to content

Commit

Permalink
chore(release): 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Sep 8, 2024
1 parent e76393c commit b4f1b30
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [4.1.0](https://github.com/ghost-fvtt/fxmaster/compare/v4.0.2...v4.1.0) (2024-09-08)


### Features

* add support for v12 ([8e2f175](https://github.com/ghost-fvtt/fxmaster/commit/8e2f175bfe925e35ea6defb4ecae0be82f372b86))


### Bug Fixes

* add missing awaits ([ec1f2d2](https://github.com/ghost-fvtt/fxmaster/commit/ec1f2d2bdd08244d27f14a98995eb116e2f1051b)), closes [#761](https://github.com/ghost-fvtt/fxmaster/issues/761)

### [4.0.2](https://github.com/ghost-fvtt/fxmaster/compare/v4.0.1...v4.0.2) (2023-06-15)


Expand Down
10 changes: 5 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
}
],
"url": "https://github.com/ghost-fvtt/fxmaster",
"license": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v4.0.2/LICENSE.md",
"readme": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v4.0.2/README.md",
"license": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v4.1.0/LICENSE.md",
"readme": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v4.1.0/README.md",
"bugs": "https://github.com/ghost-fvtt/fxmaster/issues",
"changelog": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v4.0.2/CHANGELOG.md",
"changelog": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v4.1.0/CHANGELOG.md",
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"],
"paths": ["templates", "css", "lang"]
}
},
"version": "4.0.2",
"version": "4.1.0",
"compatibility": {
"minimum": "11.299",
"verified": "12"
Expand Down Expand Up @@ -93,5 +93,5 @@
],
"socket": true,
"manifest": "https://github.com/ghost-fvtt/fxmaster/releases/latest/download/module.json",
"download": "https://github.com/ghost-fvtt/fxmaster/releases/download/v4.0.2/module.zip"
"download": "https://github.com/ghost-fvtt/fxmaster/releases/download/v4.1.0/module.zip"
}
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": "4.0.2",
"version": "4.1.0",
"description": "Adds various particle and filter effects.",
"private": true,
"scripts": {
Expand Down

0 comments on commit b4f1b30

Please sign in to comment.