-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
80c92be
commit a7cd797
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
|
||
## 0.1.1 (2024-05-04) | ||
|
||
|
||
### Features | ||
|
||
* **404:** added styled 404 page ([39d8c23](https://github.com/ngregrichardson/linxz/commit/39d8c23dedc5d87222fe28a2f65296f7ee23be85)), closes [#12](https://github.com/ngregrichardson/linxz/issues/12) | ||
* **readme:** this is a test ([ba15db1](https://github.com/ngregrichardson/linxz/commit/ba15db12d9e20656fdcffd306711ca4336cd4258)) | ||
* **release:** add build and push workflow ([0a64286](https://github.com/ngregrichardson/linxz/commit/0a642866971c4a311216930b5319024096732590)), closes [#7](https://github.com/ngregrichardson/linxz/issues/7) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deploy:** moved pages to use edge for Cloudflare deployment ([3ac4bad](https://github.com/ngregrichardson/linxz/commit/3ac4bad8b00a422ca6452fb0002aee5a5fc503f2)) | ||
* **edge:** migrate database on edge deployment ([f794d72](https://github.com/ngregrichardson/linxz/commit/f794d7224ef02a6d593814462dd2839451388ba1)) | ||
* **lockfile:** update lockfile ([773d83e](https://github.com/ngregrichardson/linxz/commit/773d83e562341ddb3d4bcea5f2dc4937797fd026)) | ||
* **startup:** apply migrations regardless of local or remote SQLite instance ([738ab58](https://github.com/ngregrichardson/linxz/commit/738ab58e4c07f0e73feb68d0812ab7d40c199234)) | ||
|
||
|
||
### Reverts | ||
|
||
* **edge:** might give up a little on edge like Vercel ([80c92be](https://github.com/ngregrichardson/linxz/commit/80c92be74bf6a1aea0bd3e85761775ee09dcbde4)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "linxz", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
|