@gosso/client 0.4.0-rc.2 → 0.4.0

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 +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,6 +6,11 @@ The format is based on Keep a Changelog, and this project follows Semantic Versi
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.4.0] - 2026-08-24
10
+
11
+ ### Changed
12
+ - Promote `0.4.0-rc.2` to `latest` without runtime code changes after Blog and Admin integration verification.
13
+
9
14
  ## [0.4.0-rc.2] - 2026-08-24
10
15
 
11
16
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gosso/client",
3
- "version": "0.4.0-rc.2",
3
+ "version": "0.4.0",
4
4
  "description": "Browser SDK for Gosso OAuth/OIDC SPA clients.",
5
5
  "type": "module",
6
6
  "license": "MIT",