Skip to content

Commit 43d8e94

Browse files
committed
packs-sdk: release v1.9.11
1 parent dfb416c commit 43d8e94

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This changelog keeps track of all changes to the Packs SDK. We follow convention
44

55
## [Unreleased]
66

7+
## [1.9.11] - 2025-07-11
8+
79
### Changed
810

911
- Fixed validation to allow pack IDs to be optional in agent skill definitions.
@@ -881,7 +883,7 @@ await myHelper(context);
881883
882884
- Beginning of alpha versioning.
883885
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
885887
[1.7.5]: https://github.com/coda/packs-sdk/compare/v1.7.1...v1.7.5
886888
[1.7.4]: https://github.com/coda/packs-sdk/compare/v1.7.1...v1.7.4
887889
[1.7.3]: https://github.com/coda/packs-sdk/compare/v1.7.1...v1.7.3
@@ -940,3 +942,5 @@ await myHelper(context);
940942
[1.9.7]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.9.7
941943
[1.9.9]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.9.9
942944
[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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codahq/packs-sdk",
3-
"version": "1.9.11-prerelease.1",
3+
"version": "1.9.11",
44
"license": "MIT",
55
"workspaces": [
66
"dev/eslint"

0 commit comments

Comments
 (0)