Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Dec 16, 2023
1 parent 361c50f commit ce30901
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -10,7 +10,7 @@ export default function (id, initialValue = null) {
const storage = useIndexedDb(
id,
initialValue ?? {
version: '1.20.1',
version: '1.20.2',
modified: false,
page: {},
settings: {},
Expand Down
7 changes: 7 additions & 0 deletions content/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## December 16th, 2023

**Added**

- [Wes Bos Cobalt2 theme](https://github.com/wesbos/cobalt2-vscode)
- [Geist Mono font](https://vercel.com/font/mono)

## December 15th, 2023

**Changed**
Expand Down

0 comments on commit ce30901

Please sign in to comment.