Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.1"
".": "0.4.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
* add the transport dataset to the catalog, SEO metadata, and agent discovery surfaces
* include API-backed seed datasets in public dataset catalog routing

## [0.4.2](https://github.com/Open-Syria/website/compare/v0.4.1...v0.4.2) (2026-07-10)


### Bug Fixes

* move og logo metadata to layout ([2b698b6](https://github.com/Open-Syria/website/commit/2b698b63e10ffc1b00e85ae2978b28fae7e5d577))
* prevent oversized proxy headers ([dfbd10b](https://github.com/Open-Syria/website/commit/dfbd10bd5883a16c6c2bb9329b51ff01805bb5d4))

## [0.4.1](https://github.com/Open-Syria/website/compare/v0.4.0...v0.4.1) (2026-07-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-syria/website",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"description": "OpenSyria public website.",
"license": "MIT",
Expand Down