Skip to content

Commit

Permalink
Merge pull request #12 from SouOWendel/release-please--branches--main…
Browse files Browse the repository at this point in the history
…--components--shinobi-no-sho

chore(main): release 1.4.0
  • Loading branch information
SouOWendel authored Jul 20, 2024
2 parents ee639e5 + b24641c commit 8794419
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 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.3.2"
".": "1.4.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## [1.4.0](https://github.com/SouOWendel/shinobi-no-sho/compare/v1.3.2...v1.4.0) (2024-07-20)


### Features

* **localization:** added english language, changed name and book discord, also added action and techniques translates ([5b6f961](https://github.com/SouOWendel/shinobi-no-sho/commit/5b6f961f4494d5aa3c4f59403236273abe595018))
* **sidebar:** changed the logo and added some styles for header ([8ddc89d](https://github.com/SouOWendel/shinobi-no-sho/commit/8ddc89db2243b7f0cf10d587d09463bbce2dd879))
* **system.json:** changed the title of system, removed the background, updated the verified version and grid keys ([8ed0012](https://github.com/SouOWendel/shinobi-no-sho/commit/8ed0012365e76acad663ebb9258422aa01874d54))
* **techniques and actions dropdown:** added subtypes (jikuukan and shunjutsu) and added more actions ([d271aba](https://github.com/SouOWendel/shinobi-no-sho/commit/d271aba3e092978abccb3f8a4987a36ddebbb3ba))


### Bug Fixes

* **template.json:** fixed the skill medicine, changed the ability from 'for' to 'int' ([ee639e5](https://github.com/SouOWendel/shinobi-no-sho/commit/ee639e58b8036ac8c5616a6e33c130c827b53754))

## [1.3.2](https://github.com/SouOWendel/shinobi-no-sho/compare/v1.3.1...v1.3.2) (2024-07-16)


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": "shinobi-no-sho",
"version": "1.3.2",
"version": "1.4.0",
"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
6 changes: 3 additions & 3 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"readme": "README.md",
"bugs": "https://github.com/SouOWendel/shinobi-no-sho/issues",
"changelog": "CHANGELOG.md",
"version": "1.3.2",
"version": "1.4.0",
"compatibility": {
"minimum": 11,
"verified": "12.329",
Expand All @@ -35,7 +35,7 @@
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
},
{
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
Expand Down Expand Up @@ -63,7 +63,7 @@
"download": "https://github.com/SouOWendel/shinobi-no-sho/releases/download/v1.3.2/shinobinosho-v1.3.2.zip",
"gridDistance": 1,
"gridUnits": "m",
"grid": {
"grid": {
"distance": 1,
"units": "m"
},
Expand Down

0 comments on commit 8794419

Please sign in to comment.