From 2e13f2142985ff695da97dc998d0a9690c6064e8 Mon Sep 17 00:00:00 2001 From: dmitry kirdyashkin Date: Wed, 3 Apr 2024 16:51:26 +0300 Subject: [PATCH] v1.1.0.0 --- README.md | 8 +++++--- helper-scripts | 2 +- module.json.template | 7 +++++++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9521518..6cf9162 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -### v1.0.3.2 +## v1.1.0.0 +* добавлена библиотека для журналов +## v1.0.3.2 * исправлены пути к иконкам -### v1.0.3.1 +## v1.0.3.1 * добавлены эффекты для тифлинга * изменены пути к иконкам для некоторых рас * изменены пути к иконкам для расовых особенностей -### v1.0.0 +## v1.0.0 * переход на droneci * добавлена 11 релиз foundry diff --git a/helper-scripts b/helper-scripts index 5d79f43..7d930bf 160000 --- a/helper-scripts +++ b/helper-scripts @@ -1 +1 @@ -Subproject commit 5d79f43c3cc4df1b2386f01f361d1baa93c1dc85 +Subproject commit 7d930bf15c05478cfed4ba23286312f558546b0d diff --git a/module.json.template b/module.json.template index a71dab5..87e8e97 100644 --- a/module.json.template +++ b/module.json.template @@ -36,6 +36,13 @@ "type": "Item", "module": "shared-compendia-races", "system": "dnd5e" + }, + { + "name": "sc-races-journals", + "label": "sc races list", + "path": "packs/sc-races-journals.db", + "entity": "JournalEntry", + "type": "JournalEntry" } ] }