Compare commits

..

3 Commits

Author SHA1 Message Date
Renovate Bot fd06de88d8 chore(deps): update dependency prettier to v3
ci/woodpecker/pr/checks Pipeline failed Details
2023-11-05 23:01:23 +00:00
woodpecker[bot] e4c19341bf chore(release): 1.4.4
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-11-05 22:17:02 +00:00
Johannes Loher d10c32cd70
chore(deps): bump foundry-publish to v2.4.1
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-11-05 23:15:31 +01:00
3 changed files with 7 additions and 7 deletions

View File

@ -77,7 +77,7 @@ steps:
- forge_token
publish-to-foundry-admin:
group: publish
image: johannesloher/foundry-publish:v2.4.0
image: johannesloher/foundry-publish:v2.4.1
environment:
FVTT_DELETE_OBSOLETE_VERSIONS: 'true'
FVTT_USE_NEW_PACKAGE_ADMINISTRATION_INTERFACE: 'true'

View File

@ -10,11 +10,11 @@
"ko-fi": "ghostfvtt"
}
],
"license": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.4.3/LICENSE.md",
"readme": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.4.3/README.md",
"license": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.4.4/LICENSE.md",
"readme": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.4.4/README.md",
"bugs": "https://git.f3l.de/dungeonslayers/tickwerk/issues",
"changelog": "https://git.f3l.de/dungeonslayers/tickwerk/releases/tag/1.4.3",
"version": "1.4.3",
"changelog": "https://git.f3l.de/dungeonslayers/tickwerk/releases/tag/1.4.4",
"version": "1.4.4",
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"],
@ -40,7 +40,7 @@
}
],
"manifest": "https://git.f3l.de/api/packages/dungeonslayers/generic/tickwerk/latest/module.json",
"download": "https://git.f3l.de/dungeonslayers/tickwerk/releases/download/1.4.3/tickwerk.zip",
"download": "https://git.f3l.de/dungeonslayers/tickwerk/releases/download/1.4.4/tickwerk.zip",
"manifestPlusVersion": "1.2.0",
"url": "https://git.f3l.de/dungeonslayers/tickwerk"
}

View File

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