release: v0.1.1 (#413)

This commit is contained in:
Ben Senescu 2026-07-20 23:23:15 -04:00 committed by GitHub
parent 3a94f02a55
commit b41092788a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "open-seo",
"private": true,
"sideEffects": false,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"packageManager": "pnpm@10.30.1",
"scripts": {

7
release-notes/v0.1.1.md Normal file
View File

@ -0,0 +1,7 @@
Deploy to Cloudflare fixes.
## Fixed
- Deploy to Cloudflare works again for self-hosted installs.
Full Changelog: https://github.com/every-app/open-seo/compare/v0.1.0...v0.1.1