relay-dsh-plugin-manager 0.1.0 → 0.1.1
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 +11 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project are documented here.
|
|
4
4
|
|
|
5
|
+
## [0.1.1] - 2026-08-31
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Correct the intended release version to `0.1.1`. Runtime behavior is unchanged
|
|
10
|
+
from `0.1.0`, including the recommended Claude/Codex plugin cards and default
|
|
11
|
+
Recommended plugins tab.
|
|
12
|
+
- The verified DSH baseline remains `0.1.1-rc.2`; this release does not add
|
|
13
|
+
compatibility with the DSH `0.1.2-alpha.2` client APIs.
|
|
14
|
+
|
|
5
15
|
## [0.1.0] - 2026-08-31
|
|
6
16
|
|
|
7
17
|
### Added
|
|
@@ -79,3 +89,4 @@ All notable changes to this project are documented here.
|
|
|
79
89
|
[0.1.0-rc.3]: https://github.com/yangbobo2021/relay-dsh-plugin-manager/compare/v0.1.0-rc.2...v0.1.0-rc.3
|
|
80
90
|
[0.1.0-rc.4]: https://github.com/yangbobo2021/relay-dsh-plugin-manager/compare/v0.1.0-rc.3...v0.1.0-rc.4
|
|
81
91
|
[0.1.0]: https://github.com/yangbobo2021/relay-dsh-plugin-manager/compare/v0.1.0-rc.4...v0.1.0
|
|
92
|
+
[0.1.1]: https://github.com/yangbobo2021/relay-dsh-plugin-manager/compare/v0.1.0...v0.1.1
|