@timo972/cc-router 0.12.4-rc.0 → 0.12.4
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.
- package/CHANGELOG.md +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,10 @@ This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## [0.12.4] — 2026-09-18
|
|
14
|
+
|
|
11
15
|
### Added
|
|
12
16
|
|
|
13
17
|
- Accounts whose refresh token the provider rejected permanently are now
|
|
@@ -833,6 +837,7 @@ cache-aware session routing and a round of security hardening.
|
|
|
833
837
|
- `http-proxy-middleware` 3.0.5 → 3.0.7 for GHSA-gcq2-9pq2-cxqm (high). The
|
|
834
838
|
affected APIs are not used here.
|
|
835
839
|
|
|
840
|
+
[0.12.4]: https://github.com/Timo972/cc-router/releases/tag/v0.12.4
|
|
836
841
|
[0.12.3]: https://github.com/Timo972/cc-router/releases/tag/v0.12.3
|
|
837
842
|
[0.12.2]: https://github.com/Timo972/cc-router/releases/tag/v0.12.2
|
|
838
843
|
[0.12.1]: https://github.com/Timo972/cc-router/releases/tag/v0.12.1
|
package/package.json
CHANGED