diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e794bd..72b01a46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/module.json b/module.json index 9edb35ff..3ccc486a 100644 --- a/module.json +++ b/module.json @@ -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" @@ -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" } diff --git a/package-lock.json b/package-lock.json index 0750bb67..a3abdcca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fxmaster", - "version": "4.0.2", + "version": "4.1.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 8c19ccb7..685d08fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fxmaster", - "version": "4.0.2", + "version": "4.1.0", "description": "Adds various particle and filter effects.", "private": true, "scripts": {