Skip to content

Commit

Permalink
chore(release): 🚀 Version Package
Browse files Browse the repository at this point in the history
  • Loading branch information
aMediocreDad committed Jun 8, 2024
1 parent 5c570da commit 159da3a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
12 changes: 0 additions & 12 deletions .changeset/little-hairs-whisper.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 12.0.0

### Major Changes

- [#424](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/pull/424) [`5c570da`](https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt/commit/5c570dafe1947600a35a18b0e779e206ad13173e) Thanks [@aMediocreDad](https://github.com/aMediocreDad)! - This version marks Foundry v12 compatibility. The module has been tested and updated to work with the latest version of Foundry.

- Updated to work with Foundry v12
- Fixed Safecasting
- Added Sea Travel roll to party sheet and mishap tables
- Fixed a bug with artifact die roll modifier wrongly applying when gear bonus is selected

!Breaking: V10 Compatibility ended

## 11.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forbidden-lands",
"version": "11.6.1",
"version": "12.0.0",
"private": true,
"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>",
"homepage": "https://github.com/fvtt-fria-ligan/forbidden-lands-foundry-vtt#readme",
Expand Down
2 changes: 1 addition & 1 deletion tools/release.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { $, execa } from "execa";

import rootConfig from "../package.json" assert { type: "json" };
import rootConfig from "../package.json" with { type: "json" };

const { version } = rootConfig;
const tag = `v${version}`;
Expand Down
2 changes: 1 addition & 1 deletion tools/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const {

// Import system.json
const { default: manifest } = await import("../system.json", {
assert: { type: "json" },
with: { type: "json" },
});

// Update and Write system.json
Expand Down

0 comments on commit 159da3a

Please sign in to comment.