From 77937ecc2f4972f858b90b37c4f2a208970266e8 Mon Sep 17 00:00:00 2001 From: Marco Tenti Date: Wed, 1 Dec 2021 09:21:51 +0100 Subject: [PATCH] version 0.8.17 --- changelog.md | 4 +++ module-dev.json | 73 ------------------------------------------------- module.json | 8 +++--- 3 files changed, 8 insertions(+), 77 deletions(-) delete mode 100644 module-dev.json diff --git a/changelog.md b/changelog.md index eb76496..1fd270b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 0.8.17 + +- Bug fix of [[BUG]](https://github.com/League-of-Foundry-Developers/fvtt-module-trigger-happy/issues/65) ty to tposney with is pr [fix for @Trigger[capture move] etc ](https://github.com/League-of-Foundry-Developers/fvtt-module-trigger-happy/pull/66) + ## 0.8.16 - Add folder images to the gulp build file diff --git a/module-dev.json b/module-dev.json deleted file mode 100644 index 4714ac8..0000000 --- a/module-dev.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "name": "trigger-happy", - "title": "Trigger Happy (Developer Edition)", - "description": "Automate everything in your world by creating triggers for your players to spring traps or anything you can think of!", - "version": "0.8.16", - "author": "KaKaRoTo, tposney, p4535992", - "type": "module", - "socket": true, - "includes": [ - "./assets/**", - "./lang/**", - "./scripts/**", - "./styles/**", - "./templates/**", - "./module.json", - "./README.md", - "./icons/**", - "./images/**", - "./packs/**" - ], - "media": [ - { - "type": "icon", - "location": "" - }, - { - "type": "cover", - "location": "" - }, - { - "type": "screenshot", - "location": "" - } - ], - "languages": [ - { - "lang": "en", - "name": "English", - "path": "lang/en.json" - } - ], - "scripts": [], - "system": [], - "esmodules": ["trigger.js"], - "styles": [], - "packs": [ - { - "name": "trigger-happy-actors", - "label": "Trigger Actors", - "path": "packs/trigger-happy-actors.db", - "entity": "Actor", - "package": "trigger-happy" - }, - { - "name": "trigger-happy-journals", - "label": "Trigger Happy Examples", - "path": "packs/trigger-happy-journal.db", - "entity": "JournalEntry", - "package": "trigger-happy" - } - ], - "url": "https://github.com/p4535992/fvtt-module-trigger-happy", - "manifest": "https://github.com/p4535992/fvtt-module-trigger-happy/releases/latest/download/module.json", - "download": "https://github.com/p4535992/fvtt-module-trigger-happy/releases/download/v0.8.16/module.zip", - "readme": "https://github.com/p4535992/fvtt-module-trigger-happy/blob/v0.8.16/README.md", - "changelog": "https://github.com/p4535992/fvtt-module-trigger-happy/blob/v0.8.16/changelog.md", - "bugs": "https://github.com/p4535992/fvtt-module-trigger-happy/issues", - "minimumCoreVersion": "0.8.3", - "compatibleCoreVersion": "0.8.9", - "allowBugReporter": true, - "manifestPlusVersion": "1.2.0", - "dependencies": [] -} diff --git a/module.json b/module.json index 11f32dd..5191137 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "trigger-happy", "title": "Trigger Happy", "description": "Automate everything in your world by creating triggers for your players to spring traps or anything you can think of!", - "version": "0.8.16", + "version": "0.8.17", "author": "KaKaRoTo, tposney, p4535992", "type": "module", "socket": true, @@ -61,9 +61,9 @@ ], "url": "https://github.com/League-of-Foundry-Developers/fvtt-module-trigger-happy", "manifest": "https://github.com/League-of-Foundry-Developers/fvtt-module-trigger-happy/releases/latest/download/module.json", - "download": "https://github.com/League-of-Foundry-Developers/fvtt-module-trigger-happy/releases/download/v0.8.16/module.zip", - "readme": "https://github.com/League-of-Foundry-Developers/fvtt-module-trigger-happy/blob/v0.8.16/README.md", - "changelog": "https://github.com/League-of-Foundry-Developers/fvtt-module-trigger-happy/blob/v0.8.16/changelog.md", + "download": "https://github.com/League-of-Foundry-Developers/fvtt-module-trigger-happy/releases/download/v0.8.17/module.zip", + "readme": "https://github.com/League-of-Foundry-Developers/fvtt-module-trigger-happy/blob/v0.8.17/README.md", + "changelog": "https://github.com/League-of-Foundry-Developers/fvtt-module-trigger-happy/blob/v0.8.17/changelog.md", "bugs": "https://github.com/League-of-Foundry-Developers/fvtt-module-trigger-happy/issues", "minimumCoreVersion": "0.8.3", "compatibleCoreVersion": "0.8.9",