Skip to content

Commit e1bd922

Browse files
chore(main): release 1.6.0 (#148)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4aaf4d3 commit e1bd922

4 files changed

Lines changed: 19 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.6.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.6.0](https://github.com/encryption4all/postguard-website/compare/v1.5.0...v1.6.0) (2026-05-07)
4+
5+
6+
### Features
7+
8+
* **blog:** add RSS feed at /blog/rss.xml ([#149](https://github.com/encryption4all/postguard-website/issues/149)) ([8adcdaf](https://github.com/encryption4all/postguard-website/commit/8adcdafa45eeae4eb367cb8aa32396446a509059))
9+
10+
11+
### Bug Fixes
12+
13+
* **a11y:** WCAG 2.2 AA fixes for marketing layout, app shell, fallback ([#150](https://github.com/encryption4all/postguard-website/issues/150)) ([e04d68f](https://github.com/encryption4all/postguard-website/commit/e04d68f27d7d1540ddb4bce922853a55e36ae733))
14+
* **docker:** serve mirrored addon files instead of redirecting to GitHub ([#147](https://github.com/encryption4all/postguard-website/issues/147)) ([931903f](https://github.com/encryption4all/postguard-website/commit/931903f082fae59dfd470d8c0630dde2527c9b09))
15+
* **qr:** tighten container padding and force white background ([#156](https://github.com/encryption4all/postguard-website/issues/156)) ([4aaf4d3](https://github.com/encryption4all/postguard-website/commit/4aaf4d35636a0b8243d0b13ab2a602e313d95499))
16+
* **sync-addons:** fall back to last release with the expected asset ([#151](https://github.com/encryption4all/postguard-website/issues/151)) ([e13063e](https://github.com/encryption4all/postguard-website/commit/e13063e062b7c05bf377a50b22bb73ed625abf87))
17+
318
## [1.5.0](https://github.com/encryption4all/postguard-website/compare/v1.4.0...v1.5.0) (2026-05-07)
419

520

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postguard-website",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

0 commit comments

Comments
 (0)