Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/stevebauman/showcode
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Jun 4, 2024
2 parents 676f22b + 347ed34 commit 0e1ab91
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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.24.3',
version: '1.24.4',
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 @@
## June 4th, 2024

**Added**

- New Tailwind themed backgrounds

---

## May 28th, 2024

**Changed**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "showcode",
"version": "1.24.3",
"version": "1.24.4",
"description": "Generate beautiful images of code.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0e1ab91

Please sign in to comment.