Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SouOWendel committed Oct 10, 2024
2 parents 4d79bb2 + 113eaba commit c933ceb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.10.0"
".": "1.10.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit c933ceb

Please sign in to comment.