Skip to content

Commit

Permalink
version 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
p4535992 committed Feb 15, 2023
1 parent 7acfe97 commit 21daf61
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -33,7 +36,7 @@
### 3.2.19

- Update `cleanUpTokenSelected` to the API
-
-
### 3.2.18

- Add `cleanUpTokenSelected` to the API
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions src/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 21daf61

Please sign in to comment.