@async/framework 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.2 - 2026-06-17
4
+
5
+ - Fixed release doctor validation to accept the pipeline-generated GitHub
6
+ Release description wrapper around changelog entries.
7
+
8
+ ## 0.2.1 - 2026-06-17
9
+
10
+ - Fixed the generated release pipeline for the no-build package by verifying
11
+ npm and GitHub Release parity without requiring a GitHub Packages mirror.
12
+
3
13
  ## 0.2.0 - 2026-06-17
4
14
 
5
15
  - Added `csr` router mode for client-side first route rendering plus local SPA
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@async/framework",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "No-build AsyncLoader app runtime with signals, command events, server calls, route partials, cache split, SSR activation, and streaming boundaries.",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@11.1.0",