From 21daf6174ec055a33e4f22a69f2f6f4c890fb786 Mon Sep 17 00:00:00 2001 From: p4535992 Date: Wed, 15 Feb 2023 17:48:01 +0100 Subject: [PATCH] version 3.4.2 --- changelog.md | 9 ++++++--- package.json | 2 +- src/module.json | 6 +++--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/changelog.md b/changelog.md index 75754c7..d72653d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +### 3.4.2 + +- Add module setting for bypass the token configuration check and rollback to the moduels ettings ### 3.4.0-1 - Rewrite a lot of code @@ -33,7 +36,7 @@ ### 3.2.19 - Update `cleanUpTokenSelected` to the API -- +- ### 3.2.18 - Add `cleanUpTokenSelected` to the API @@ -79,7 +82,7 @@ - Set up for the new token attacher parameters for the mount up macro "Add _canMoveConstrained_ flag and API to set this flag so a attached element is allowed to move within area of base token. This is only supported for Tokens for now." - Abbandoned support for 0.8.9 -### 3.2.5 +### 3.2.5 - Removed old flag set - Better center calculation coordinates @@ -139,7 +142,7 @@ - Converted to typescript - Direct integration with the module 'token-attacher' -- Minor bug fix +- Minor bug fix - Preparation to foundryvtt 0.8.0 - Update documentation diff --git a/package.json b/package.json index ab64c53..9501080 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "mountup", "title": "FoundryVTT Mount Up!", "description": "Allows tokens to carry or be carried by other tokens. This is completely system agnostic, and fully customizable to fit right into your game.", - "version": "3.4.1", + "version": "3.4.2", "main": "mountup.js", "scripts": { "publish": "gulp publish --update", diff --git a/src/module.json b/src/module.json index 9c7734a..177eb80 100644 --- a/src/module.json +++ b/src/module.json @@ -2,7 +2,7 @@ "id": "mountup", "title": "Mount Up!", "description": "Allows tokens to carry or be carried by other tokens. This is completely system agnostic, and fully customizable to fit right into your game.", - "version": "3.4.1", + "version": "3.4.2", "authors": [ { "name": "Brunhine" @@ -74,8 +74,8 @@ "url": "https://github.com/p4535992/foundryvtt-mountup", "manifest": "https://github.com/p4535992/foundryvtt-mountup/releases/latest/download/module.json", "download": "https://github.com/p4535992/foundryvtt-mountup/releases/latest/download/module.zip", - "readme": "https://github.com/p4535992/foundryvtt-mountup/blob/v3.4.1/README.md", - "changelog": "https://github.com/p4535992/foundryvtt-mountup/blob/v3.4.1/changelog.md", + "readme": "https://github.com/p4535992/foundryvtt-mountup/blob/v3.4.2/README.md", + "changelog": "https://github.com/p4535992/foundryvtt-mountup/blob/v3.4.2/changelog.md", "bugs": "https://github.com/p4535992/foundryvtt-mountup/issues", "allowBugReporter": true, "manifestPlusVersion": "1.2.0",