From 431a3bf9203607cb75517ad3d21c417a167079f8 Mon Sep 17 00:00:00 2001 From: Idle <651462+reonZ@users.noreply.github.com> Date: Fri, 14 Jun 2024 00:44:15 +0200 Subject: [PATCH] 2.6.1 --- CHANGELOG.md | 4 ++++ module.json | 14 +++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a54e5..2922653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.6.1 + +- added Polish localization (thanks to [Lioheart](https://github.com/Lioheart)) + # 2.6.0 - this is a system `6.0.1` release diff --git a/module.json b/module.json index 9506b82..6b47d60 100644 --- a/module.json +++ b/module.json @@ -8,21 +8,25 @@ "discord": "Idle#3251" } ], - "esmodules": ["scripts/main.js"], + "esmodules": [ + "scripts/main.js" + ], "compatibility": { "minimum": "12.327", "verified": "12.327", "maximum": "12" }, "socket": true, - "version": "2.6.0", + "version": "2.6.1", "url": "https://github.com/reonZ/pf2e-toolbelt", "readme": "https://github.com/reonZ/pf2e-toolbelt/blob/master/README.md", "manifest": "https://raw.githubusercontent.com/reonZ/pf2e-toolbelt/master/module.json", - "download": "https://github.com/reonZ/pf2e-toolbelt/releases/download/2.6.0/module.zip", + "download": "https://github.com/reonZ/pf2e-toolbelt/releases/download/2.6.1/module.zip", "changelog": "https://github.com/reonZ/pf2e-toolbelt/blob/master/CHANGELOG.md", "bugs": "https://github.com/reonZ/pf2e-toolbelt/issues", - "styles": ["styles/pf2e-toolbelt.css"], + "styles": [ + "styles/pf2e-toolbelt.css" + ], "relationships": { "systems": [ { @@ -54,4 +58,4 @@ "path": "lang/pl.json" } ] -} +} \ No newline at end of file