Compare commits

...

3 Commits
1.3.4 ... 1.4.0

Author SHA1 Message Date
woodpecker[bot] 65096d11b8 chore(release): 1.4.0
ci/woodpecker/push/checks Pipeline was successful Details
ci/woodpecker/tag/checks Pipeline was successful Details
ci/woodpecker/tag/publish Pipeline was successful Details
2023-07-10 00:25:20 +00:00
Johannes Loher 3d00caa31f
chore: use correct styles path for hot reload
ci/woodpecker/pr/checks Pipeline was successful Details
ci/woodpecker/push/checks Pipeline was successful Details
ci/woodpecker/manual/checks Pipeline was successful Details
ci/woodpecker/manual/release Pipeline was successful Details
2023-07-10 02:21:57 +02:00
Johannes Loher 5d8e34ce5f
chore: mark v11 compatibility 2023-07-10 02:20:57 +02:00
2 changed files with 8 additions and 8 deletions

View File

@ -11,11 +11,11 @@
}
],
"url": "https://git.f3l.de/dungeonslayers/tickwerk",
"license": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.3.4/LICENSE.md",
"readme": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.3.4/README.md",
"license": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.4.0/LICENSE.md",
"readme": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.4.0/README.md",
"bugs": "https://git.f3l.de/dungeonslayers/tickwerk/issues",
"changelog": "https://git.f3l.de/dungeonslayers/tickwerk/releases/tag/1.3.4",
"version": "1.3.4",
"changelog": "https://git.f3l.de/dungeonslayers/tickwerk/releases/tag/1.4.0",
"version": "1.4.0",
"flags": {
"hotReload": {
"extensions": [
@ -25,14 +25,14 @@
],
"paths": [
"templates",
"css",
"styles",
"lang"
]
}
},
"compatibility": {
"minimum": "10.290",
"verified": "10"
"verified": "11"
},
"esmodules": [
"tickwerk.js"
@ -53,6 +53,6 @@
}
],
"manifest": "https://git.f3l.de/api/packages/dungeonslayers/generic/tickwerk/latest/module.json",
"download": "https://git.f3l.de/dungeonslayers/tickwerk/releases/download/1.3.4/tickwerk.zip",
"download": "https://git.f3l.de/dungeonslayers/tickwerk/releases/download/1.4.0/tickwerk.zip",
"manifestPlusVersion": "1.2.0"
}

View File

@ -2,7 +2,7 @@
"private": true,
"name": "tickwerk",
"description": "A tick based combat system for Foundry Virtual Tabletop",
"version": "1.3.4",
"version": "1.4.0",
"license": "https://git.f3l.de/dungeonslayers/tickwerk#licensing",
"homepage": "https://git.f3l.de/dungeonslayers/tickwerk",
"repository": {