From 19ce59ee903171f5695810cd7f2f648763559ea4 Mon Sep 17 00:00:00 2001 From: Ceriath Date: Wed, 29 Nov 2023 22:27:35 +0100 Subject: [PATCH] v0.0.2: add spanish translation Signed-off-by: Ceriath --- CHANGELOG.md | 5 +++++ package.json | 2 +- system.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4e52d0..9fdd47b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 0.0.2 + +[BETA Release] +- add spanish translation [#1](https://github.com/ceriath/candelafvtt/pull/1) (thanks [@erizocosmico](https://github.com/erizocosmico)) + ## 0.0.1 [BETA Release] diff --git a/package.json b/package.json index a3f08b1..90bbb96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "candelafvtt", - "version": "0.0.1", + "version": "0.0.2", "description": "CSS compiler for the Candela FVTT system", "scripts": { "build": "gulp build", diff --git a/system.json b/system.json index a5c959c..b4b393d 100644 --- a/system.json +++ b/system.json @@ -1,6 +1,6 @@ { "id": "candelafvtt", - "version": "0.0.1", + "version": "0.0.2", "title": "Candela Obscura for Foundry (unofficial system)", "url": "https://github.com/ceriath/candelafvtt/", "description": "Unofficial basic implementation of the Candela Obscura Core Rulebook by Darrington Press",