@plasius/ai-speech 0.1.2 → 0.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -18,7 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
18
18
  - **Security**
19
19
  - (placeholder)
20
20
 
21
- ## [0.1.2] - 2026-06-01
21
+ ## [0.1.4] - 2026-06-22
22
22
 
23
23
  - **Added**
24
24
  - rollout-control, player-address, cache-planning, and voice-tier contracts for tracked TTS caching work
@@ -38,4 +38,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
38
38
 
39
39
 
40
40
  [0.1.1]: https://github.com/Plasius-LTD/ai-speech/releases/tag/v0.1.1
41
- [0.1.2]: https://github.com/Plasius-LTD/ai-speech/releases/tag/v0.1.2
41
+ [0.1.4]: https://github.com/Plasius-LTD/ai-speech/releases/tag/v0.1.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasius/ai-speech",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Speech orchestration, TTS cache contracts, STT/TTS routing, and voice tier policy for Plasius AI.",
5
5
  "type": "module",
6
6
  "sideEffects": false,