From 4cdb399d79e86ab4f757bc2a837d2ac105ed7d9a Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Mon, 6 May 2024 12:02:33 -0400 Subject: [PATCH] Update changelog and bump version --- composables/useProjectStoreFactory.js | 2 +- content/changelog.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/composables/useProjectStoreFactory.js b/composables/useProjectStoreFactory.js index d4f9df6..de93b19 100644 --- a/composables/useProjectStoreFactory.js +++ b/composables/useProjectStoreFactory.js @@ -11,7 +11,7 @@ export default function (id, initialValue = null) { const storage = useIndexedDb( id, initialValue ?? { - version: '1.23.0', + version: '1.23.1', modified: false, page: {}, settings: {}, diff --git a/content/changelog.md b/content/changelog.md index fb617f7..6966758 100644 --- a/content/changelog.md +++ b/content/changelog.md @@ -1,3 +1,11 @@ +## May 6th, 2024 + +**Changed** + +- Light and dark application color schemes + +--- + ## May 3rd, 2024 **Added**