Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed May 6, 2024
1 parent 8e3d5dd commit 4cdb399
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composables/useProjectStoreFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},
Expand Down
8 changes: 8 additions & 0 deletions content/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## May 6th, 2024

**Changed**

- Light and dark application color schemes

---

## May 3rd, 2024

**Added**
Expand Down

0 comments on commit 4cdb399

Please sign in to comment.