From 6dae340a44c316b7907ce333db1bd9e38da2e439 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Sun, 28 May 2023 14:27:36 +0000 Subject: [PATCH] chore(release): 4.0.0 --- CHANGELOG.md | 11 +++++++++++ module.json | 10 +++++----- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 986b4276..42bac653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.0.0](https://github.com/ghost-fvtt/fxmaster/compare/v3.6.0...v4.0.0) (2023-05-28) + + +### ⚠ BREAKING CHANGES + +* Dropped support for v10 + +### Features + +* add support for v11 ([aec47f0](https://github.com/ghost-fvtt/fxmaster/commit/aec47f08b834ea89913a0505761ccda8dc2f2db9)) + ## [3.6.0](https://github.com/ghost-fvtt/fxmaster/compare/v3.5.2...v3.6.0) (2023-03-22) diff --git a/module.json b/module.json index 5fd63d06..32ad9fe4 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.6.0/LICENSE.md", - "readme": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.6.0/README.md", + "license": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v4.0.0/LICENSE.md", + "readme": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v4.0.0/README.md", "bugs": "https://github.com/ghost-fvtt/fxmaster/issues", - "changelog": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v3.6.0/CHANGELOG.md", - "version": "3.6.0", + "changelog": "https://raw.githubusercontent.com/ghost-fvtt/fxmaster/v4.0.0/CHANGELOG.md", + "version": "4.0.0", "compatibility": { "minimum": "11.299", "verified": "11" @@ -87,6 +87,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.6.0/module.zip", + "download": "https://github.com/ghost-fvtt/fxmaster/releases/download/v4.0.0/module.zip", "manifestPlusVersion": "1.2.0" } diff --git a/package-lock.json b/package-lock.json index be348e12..6d60c5ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fxmaster", - "version": "3.6.0", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index c59e6268..87b85cb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fxmaster", - "version": "3.6.0", + "version": "4.0.0", "description": "Adds various particle and filter effects.", "private": true, "scripts": {