Skip to content

Commit e33b55c

Browse files
authored
packs-sdk: release v1.10.2 (#3300)
1 parent f059e32 commit e33b55c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [1.10.2] - 2025-09-03
8+
9+
### Changed
10+
11+
- Update prompt
12+
713
## [1.10.1] - 2025-08-06
814

915
### Changed
@@ -904,7 +910,7 @@ await myHelper(context);
904910
905911
- Beginning of alpha versioning.
906912
907-
[unreleased]: https://github.com/coda/packs-sdk/compare/v1.10.1...HEAD
913+
[unreleased]: https://github.com/coda/packs-sdk/compare/v1.10.2...HEAD
908914
[1.7.5]: https://github.com/coda/packs-sdk/compare/v1.7.1...v1.7.5
909915
[1.7.4]: https://github.com/coda/packs-sdk/compare/v1.7.1...v1.7.4
910916
[1.7.3]: https://github.com/coda/packs-sdk/compare/v1.7.1...v1.7.3
@@ -968,3 +974,5 @@ await myHelper(context);
968974
[1.9.12]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.9.12
969975
[1.10.1]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.10.1
970976
[1.10.0]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.10.0
977+
978+
[1.10.2]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.10.2

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

0 commit comments

Comments
 (0)