From 61ed00691d91f6fcfaa32297d271c1bcaafe1fb4 Mon Sep 17 00:00:00 2001 From: Isaac Overacker Date: Thu, 23 Nov 2023 21:11:40 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b56b754..51976b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2023-11-24 + ### Changed - Trackers (HP, XP) are now created in ddb2alchemy instead of in Alchemy itself. diff --git a/package.json b/package.json index cbc1345..2a14ca5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ddb2alchemy", - "version": "0.1.8", + "version": "0.2.0", "description": "Convert D&D Beyond characters for use with the Alchemy VTT.", "main": "src/index.ts", "license": "MIT",