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..9617ab6 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" @@ -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" },