diff --git a/composables/useProjectStoreFactory.js b/composables/useProjectStoreFactory.js index 5b6c146..8231caa 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.26.0', + version: '1.26.1', modified: false, page: {}, settings: {}, diff --git a/content/changelog.md b/content/changelog.md index 325f69a..6aa2bde 100644 --- a/content/changelog.md +++ b/content/changelog.md @@ -1,3 +1,11 @@ +## September 6, 2024 + +**Fixed** + +- Fit to window regression bug where it would not properly resize to the code window dimensions + +--- + ## July 13, 2024 **Added** diff --git a/package.json b/package.json index 815411b..4ef01c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "showcode", - "version": "1.26.0", + "version": "1.26.1", "description": "Generate beautiful images of code.", "repository": { "type": "git",