Skip to content

Commit ef71225

Browse files
authored
Merge pull request #498 from fvtt-fria-ligan/changeset-release/main
Version Package
2 parents cffd52b + 1e6b99f commit ef71225

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/soft-worms-joke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 13.0.1
4+
5+
### Patch Changes
6+
7+
- [#497](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/pull/497) [`45c8c97`](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/commit/45c8c9706b85ab8473062dd4ab2f1e789cf1896a) Thanks [@Cussa](https://github.com/Cussa)! - Add Cussa as Author + create patch version as Foundry recognize `v13.0.0-next0` as newer than `v13.0.0`
8+
39
## 13.0.0
410

511
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forbidden-lands",
3-
"version": "13.0.0",
3+
"version": "13.0.1",
44
"private": true,
55
"description": "<p align=\"center\">\r <a href=\"https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/latest\" target=\"_blank\"><img alt=\"system version\" src=\"https://img.shields.io/badge/dynamic/json.svg?url=https%3A%2F%2Fraw.githubusercontent.com%2Ffvtt-fria-ligan%2Fforbidden-lands-foundry-vtt%2Fmain%2Fsystem.json&label=Version&query=$.version&colorB=blue\"/></a>\r <a href=\"https://foundryvtt.com\" target=\"_blank\">\r <img src=\"https://img.shields.io/badge/dynamic/json.svg?url=https%3A%2F%2Fraw.githubusercontent.com%2Ffvtt-fria-ligan%2Fforbidden-lands-foundry-vtt%2Fmain%2Fsystem.json&label=Foundry&query=$.compatibleCoreVersion&colorB=blue\" alt=\"foundry-compatibility-version\" style=\"max-width:100%;\"/>\r </a>\r <a href=\"https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/graphs/commit-activity\" target=\"_blank\">\r <img alt=\"Maintenance\" src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\"/>\r </a>\r <a href=\"https://gitlocalize.com/repo/5750/whole_project?utm_source=badge\" target=\"_blank\"><img alt=\"Localization\" src=\"https://gitlocalize.com/repo/5750/whole_project/badge.svg\" /></a>\r <a href=\"https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/blob/main/LICENSE\" target=\"_blank\">\r <img alt=\"License: GPL\" src=\"https://img.shields.io/github/license/fvtt-fria-ligan/forbidden-lands-foundry-vtt\"/>\r </a>\r <br/>\r <br/>\r <img src=\"https://user-images.githubusercontent.com/9851733/108728684-1a954b00-752a-11eb-9138-6fab6f83b2a8.jpg\" alt=\"Logo\" style=\"max-width:100%;\" />\r </p>",
66
"homepage": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt#readme",

system.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "forbidden-lands",
44
"title": "Forbidden Lands",
55
"description": "'Round the beggar from Varassa all sat in a ring, and by the campfire they sat and heard his song. About walkers and wolfkin and every terrible thing, and of his fear he sang to them all night long: <em>\"There is something beyond the mountains, beyond the howls beyond the mist, there is something behind the veils, behind hearts cold as stone. Hearken, something walks and whispers, walks and lures you in and whimpers: Come to us, for this earth shall ever be ours and ours alone!\"</em>",
6-
"version": "13.0.0",
6+
"version": "13.0.1",
77
"authors": [
88
{
99
"name": "aMediocreDad",
@@ -115,6 +115,6 @@
115115
"socket": true,
116116
"url": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt",
117117
"manifest": "https://raw.githubusercontent.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/main/system.json",
118-
"download": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/download/v13.0.0/forbidden-lands.zip",
118+
"download": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/releases/download/v13.0.1/forbidden-lands.zip",
119119
"license": "LICENSE"
120120
}

0 commit comments

Comments
 (0)