We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777bcf3 commit ddbc06cCopy full SHA for ddbc06c
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 0.21.0 (2026-01-27)
2
+
3
+### Added
4
5
+- Update app to Node v22 and update the dependencies
6
+- Add site delete webhook for publisher site
7
8
+### Fixed
9
10
+- Publisher endpoint host environment variable
11
+- Use the correct bound route service domain by env
12
13
## 0.20.1 (2025-12-01)
14
15
### Fixed
package.json
@@ -1,7 +1,7 @@
{
"name": "pages-core",
"private": true,
- "version": "0.20.1",
+ "version": "0.21.0",
"description": "",
"keywords": [],
"dependencies": {
0 commit comments