termbeam 1.22.0 → 1.22.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 +9 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.22.2] - 2026-04-26
4
+
5
+ - fix(site): repair mobile feature card rendering (@dorlugasigal)
6
+ - ci(site): add gated Cloudflare Pages deploy target (@dorlugasigal)
7
+
8
+ ## [1.22.1] - 2026-04-26
9
+
10
+ - refactor(site): iterate unified site to launch quality (#211) (@dorlugasigal)
11
+
3
12
  ## [1.22.0] - 2026-04-25
4
13
 
5
14
  - feat(site): unify landing + docs into Astro Starlight site (#209) (@dorlugasigal)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "termbeam",
3
- "version": "1.22.0",
3
+ "version": "1.22.2",
4
4
  "description": "Beam your terminal to any device — mobile-optimized web terminal with multi-session support",
5
5
  "main": "src/server/index.js",
6
6
  "bin": {