diff --git a/CHANGELOG.md b/CHANGELOG.md index 3978a9b3b2..d3a2fb95a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project are documented in this file by a CI job that runs on every NPM release. The file follows the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format. +## [v1.0.12] (2024-11-18) + +### Website + +- [Service Worker] Support redirects to relative URLs in Safari. ([#1978](https://github.com/WordPress/wordpress-playground/pull/1978)) + +#### Blueprints + +- [Query API] Use the exact redirect URL provided in the ?url= query param. ([#1945](https://github.com/WordPress/wordpress-playground/pull/1945)) + +### Contributors + +The following contributors merged PRs in this release: + +@adamziel @bgrgicak + + ## [v1.0.11] (2024-11-11) diff --git a/packages/docs/site/docs/main/changelog.md b/packages/docs/site/docs/main/changelog.md index 024c7bf415..6caefc70bb 100644 --- a/packages/docs/site/docs/main/changelog.md +++ b/packages/docs/site/docs/main/changelog.md @@ -9,6 +9,23 @@ All notable changes to this project are documented in this file by a CI job that runs on every NPM release. The file follows the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format. +## [v1.0.12] (2024-11-18) + +### Website + +- [Service Worker] Support redirects to relative URLs in Safari. ([#1978](https://github.com/WordPress/wordpress-playground/pull/1978)) + +#### Blueprints + +- [Query API] Use the exact redirect URL provided in the ?url= query param. ([#1945](https://github.com/WordPress/wordpress-playground/pull/1945)) + +### Contributors + +The following contributors merged PRs in this release: + +@adamziel @bgrgicak + + ## [v1.0.11] (2024-11-11)