Skip to content

Commit 8a68aa6

Browse files
committed
packs-sdk: release v1.9.6
1 parent 3ed4e21 commit 8a68aa6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 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.6] - 2025-06-10
8+
79
### Changed
810

911
- Add `validateParameters` metadata formula to CommonPackFormulaDef
@@ -851,7 +853,7 @@ await myHelper(context);
851853
852854
- Beginning of alpha versioning.
853855
854-
[unreleased]: https://github.com/coda/packs-sdk/compare/v1.9.5...HEAD
856+
[unreleased]: https://github.com/coda/packs-sdk/compare/v1.9.6...HEAD
855857
[1.7.5]: https://github.com/coda/packs-sdk/compare/v1.7.1...v1.7.5
856858
[1.7.4]: https://github.com/coda/packs-sdk/compare/v1.7.1...v1.7.4
857859
[1.7.3]: https://github.com/coda/packs-sdk/compare/v1.7.1...v1.7.3
@@ -904,4 +906,5 @@ await myHelper(context);
904906
[1.9.3]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.9.3
905907
[1.9.2]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.9.2
906908
[1.9.2]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.9.2
909+
[1.9.6]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.9.6
907910
[1.9.5]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.9.5

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.5",
3+
"version": "1.9.6",
44
"license": "MIT",
55
"workspaces": [
66
"dev/eslint"

0 commit comments

Comments
 (0)