diff --git a/CHANGELOG.md b/CHANGELOG.md index 222c926e..d06a846e 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. +## [3.4.0](https://github.com/ghost-fvtt/fxmaster/compare/v3.3.0...v3.4.0) (2022-08-17) + + +### Features + +* add compatibility with v10.278 ([358f37a](https://github.com/ghost-fvtt/fxmaster/commit/358f37ac041b61190e57fc605f03ce3294c131c9)) + ## [3.3.0](https://github.com/ghost-fvtt/fxmaster/compare/v3.2.0...v3.3.0) (2022-08-14) diff --git a/module.json b/module.json index 96ca5707..9d18c8a5 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/v3.3.0/LICENSE.md", - "readme": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.3.0/README.md", + "license": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.4.0/LICENSE.md", + "readme": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.4.0/README.md", "bugs": "https://github.com/ghost-fvtt/fxmaster/issues", - "changelog": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.3.0/CHANGELOG.md", - "version": "3.3.0", + "changelog": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.4.0/CHANGELOG.md", + "version": "3.4.0", "compatibility": { "minimum": "10.276", "verified": "10" @@ -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.3.0/module.zip", + "download": "https://github.com/ghost-fvtt/fxmaster/releases/download/v3.4.0/module.zip", "manifestPlusVersion": "1.2.0" } diff --git a/package-lock.json b/package-lock.json index eea32b52..29ead089 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fxmaster", - "version": "3.3.0", + "version": "3.4.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 9a05afca..f427cc49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fxmaster", - "version": "3.3.0", + "version": "3.4.0", "description": "Adds various particle and filter effects.", "private": true, "scripts": {