File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This changelog keeps track of all changes to the Packs SDK. We follow convention
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 1.9.11] - 2025-07-11
8
+
7
9
### Changed
8
10
9
11
- Fixed validation to allow pack IDs to be optional in agent skill definitions.
@@ -881,7 +883,7 @@ await myHelper(context);
881
883
882
884
- Beginning of alpha versioning.
883
885
884
- [unreleased]: https://github.com/coda/packs-sdk/compare/v1.9.10 ...HEAD
886
+ [unreleased]: https://github.com/coda/packs-sdk/compare/v1.9.11 ...HEAD
885
887
[1.7.5]: https://github.com/coda/packs-sdk/compare/v1.7.1...v1.7.5
886
888
[1.7.4]: https://github.com/coda/packs-sdk/compare/v1.7.1...v1.7.4
887
889
[1.7.3]: https://github.com/coda/packs-sdk/compare/v1.7.1...v1.7.3
@@ -940,3 +942,5 @@ await myHelper(context);
940
942
[1.9.7]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.9.7
941
943
[1.9.9]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.9.9
942
944
[1.9.10]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.9.10
945
+
946
+ [1.9.11]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.9.11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @codahq/packs-sdk" ,
3
- "version" : " 1.9.11-prerelease.1 " ,
3
+ "version" : " 1.9.11" ,
4
4
"license" : " MIT" ,
5
5
"workspaces" : [
6
6
" dev/eslint"
You can’t perform that action at this time.
0 commit comments