Skip to content

Commit

Permalink
release: 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stonith404 committed Jan 24, 2025
1 parent 164ce6a commit a879bfa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.27.0
0.27.1
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [](https://github.com/stonith404/pocket-id/compare/v0.27.0...v) (2025-01-24)


### Bug Fixes

* add `__HOST` prefix to cookies ([#175](https://github.com/stonith404/pocket-id/issues/175)) ([164ce6a](https://github.com/stonith404/pocket-id/commit/164ce6a3d7fa8ae5275c94302952cf318e3b3113))
* send hostname derived from `PUBLIC_APP_URL` with SMTP EHLO command ([397544c](https://github.com/stonith404/pocket-id/commit/397544c0f3f2b49f1f34ae53e6b9daf194d1ae28))
* use OS hostname for SMTP EHLO message ([47c39f6](https://github.com/stonith404/pocket-id/commit/47c39f6d382c496cb964262adcf76cc8dbb96da3))

## [](https://github.com/stonith404/pocket-id/compare/v0.26.0...v) (2025-01-22)


Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pocket-id-frontend",
"version": "0.27.0",
"version": "0.27.1",
"private": true,
"scripts": {
"dev": "vite dev --port 3000",
Expand Down

0 comments on commit a879bfa

Please sign in to comment.