From 34fc400b4d64ed57582024d0cb91cbdae04f3a8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:07:46 +0000 Subject: [PATCH 1/2] chore(main): release 1.10.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- system.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 10a099f..df1d035 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ce4ca62..69af389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [1.10.1](https://github.com/SouOWendel/shinobi-no-sho/compare/v1.10.0...v1.10.1) (2024-10-09) + + +### Bug Fixes + +* **hasAreaTemplate:** fixed the condition that checks whether an area template exists ([4dbdc4a](https://github.com/SouOWendel/shinobi-no-sho/commit/4dbdc4a6a9794f6bee8663726be074b15e26075a)) + ## [1.10.0](https://github.com/SouOWendel/shinobi-no-sho/compare/v1.9.1...v1.10.0) (2024-10-07) diff --git a/package-lock.json b/package-lock.json index 7fc9a70..17a95c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shinobi-no-sho", - "version": "1.10.0", + "version": "1.10.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "shinobi-no-sho", - "version": "1.10.0", + "version": "1.10.1", "license": "ISC", "devDependencies": { "@foundryvtt/foundryvtt-cli": "^1.0.3" diff --git a/package.json b/package.json index ec3e92c..8e165c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shinobi-no-sho", - "version": "1.10.0", + "version": "1.10.1", "description": "Este é um sistema de Naruto \"Shinobi no Sho\", um sistema e livro de regras com autoria de Diego \"Fesant\" Silva, para a plataforma de RPG de Mesa conhecida como FoundryVTT.", "main": "index.js", "scripts": { diff --git a/system.json b/system.json index ddc1a23..3d1fcc5 100644 --- a/system.json +++ b/system.json @@ -19,7 +19,7 @@ "readme": "README.md", "bugs": "https://github.com/SouOWendel/shinobi-no-sho/issues", "changelog": "CHANGELOG.md", - "version": "1.10.0", + "version": "1.10.1", "compatibility": { "minimum": "11", "verified": "12" From 113eaba64913d100dcc80c87d2e22317d6951659 Mon Sep 17 00:00:00 2001 From: SouOWendel Date: Thu, 10 Oct 2024 00:16:19 +0000 Subject: [PATCH 2/2] Changing the download link in JSON - Release v1.10.1 --- system.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.json b/system.json index 3d1fcc5..9617ab6 100644 --- a/system.json +++ b/system.json @@ -75,7 +75,7 @@ ], "socket": true, "manifest": "https://raw.githubusercontent.com/souowendel/shinobi-no-sho/main/system.json", - "download": "https://github.com/SouOWendel/shinobi-no-sho/releases/download/v1.10.0/shinobinosho-v1.10.0.zip", + "download": "https://github.com/SouOWendel/shinobi-no-sho/releases/download/v1.10.1/shinobinosho-v1.10.1.zip", "grid": { "units": "m" },