From 0b45bf67253bb4ade477e741d6491b6355443199 Mon Sep 17 00:00:00 2001 From: aMediocreDad Date: Sun, 14 Aug 2022 02:31:56 +0200 Subject: [PATCH] chore(release): 0.2.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e46e5f..c0c0f94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.2.2](https://github.com/aMediocreDad/fcp/compare/v0.2.1...v0.2.2) (2022-08-14) + + +### Bug Fixes + +* Correct download url manifest ([11526a3](https://github.com/aMediocreDad/fcp/commit/11526a3eba32f051ef9290740e2a6b15bf3640e0)) +* Theme setting not initializing correctly ([e7b6749](https://github.com/aMediocreDad/fcp/commit/e7b67490f772784808c7cde722d18331915fbb0e)) + ### [0.2.1](https://github.com/aMediocreDad/fcp/compare/v0.2.0...v0.2.1) (2022-08-14) diff --git a/package.json b/package.json index 6b46aba..e97bfb9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "fcp", - "version": "0.2.1", + "version": "0.2.2", "description": "A programmable command palette for the Foundry VTT", "type": "module", "scripts": {