Skip to content
Merged
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.0"
".": "0.4.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
* 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.1](https://github.com/Open-Syria/website/compare/v0.4.0...v0.4.1) (2026-07-08)


### Bug Fixes

* render dataset pages with runtime catalog data ([33f0abd](https://github.com/Open-Syria/website/commit/33f0abd663eae6745944fe4cc5e80dd262c82ce9))
* restore stable dataset page rendering ([c71bc76](https://github.com/Open-Syria/website/commit/c71bc7610387123e713d5b1fd50835023d459ffe))
* simplify footer repository links ([420f0bf](https://github.com/Open-Syria/website/commit/420f0bf0b392fe32ff75c3f4b89f745dc089694a))

## [0.4.0](https://github.com/Open-Syria/website/compare/v0.3.4...v0.4.0) (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.0",
"version": "0.4.1",
"private": true,
"description": "OpenSyria public website.",
"license": "MIT",
Expand Down