diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d7036ab..90eb4b8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.1" + ".": "1.13.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a303e4d..19b7310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## [1.13.2](https://github.com/SouOWendel/shinobi-no-sho/compare/v1.13.1...v1.13.2) (2024-12-13) + + +### Bug Fixes + +* **initiative:** fixed the initiative for NPC sheet (it was not calculated) ([22cee97](https://github.com/SouOWendel/shinobi-no-sho/commit/22cee97b561c41e3fa0c7a2e23a5613e8409dbc1)) +* **macros:** fixed the macros of system to work on NPC sheet ([0b033a0](https://github.com/SouOWendel/shinobi-no-sho/commit/0b033a0bde3adcd2bf1c1ff987ae0e7ce658c1bb)) + ## [1.13.1](https://github.com/SouOWendel/shinobi-no-sho/compare/v1.13.0...v1.13.1) (2024-12-06) diff --git a/package-lock.json b/package-lock.json index f616659..d6e6266 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shinobi-no-sho", - "version": "1.13.1", + "version": "1.13.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "shinobi-no-sho", - "version": "1.13.1", + "version": "1.13.2", "license": "ISC", "devDependencies": { "@foundryvtt/foundryvtt-cli": "^1.0.3" diff --git a/package.json b/package.json index 6df4870..08083cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shinobi-no-sho", - "version": "1.13.1", + "version": "1.13.2", "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 cc47ed4..0e553bc 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.13.1", + "version": "1.13.2", "compatibility": { "minimum": "11", "verified": "12"