Skip to content

Commit

Permalink
chore(main): release 0.1.1 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 4, 2024
1 parent 80c92be commit a7cd797
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion package.json
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",
Expand Down

0 comments on commit a7cd797

Please sign in to comment.