Skip to content

Commit

Permalink
packs-sdk: release v1.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-codaio committed Sep 20, 2024
1 parent 06419ce commit a2eb72d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This changelog keeps track of all changes to the Packs SDK. We follow convention

## [Unreleased]

## [1.7.17] - 2024-09-20

### Changed

- Added internal fields to schema definition
Expand Down Expand Up @@ -730,7 +732,7 @@ await myHelper(context);

- Beginning of alpha versioning.

[unreleased]: https://github.com/coda/packs-sdk/compare/v1.7.16...HEAD
[unreleased]: https://github.com/coda/packs-sdk/compare/v1.7.17...HEAD
[1.7.5]: https://github.com/coda/packs-sdk/compare/v1.7.1...v1.7.5
[1.7.4]: https://github.com/coda/packs-sdk/compare/v1.7.1...v1.7.4
[1.7.3]: https://github.com/coda/packs-sdk/compare/v1.7.1...v1.7.3
Expand Down Expand Up @@ -768,4 +770,5 @@ await myHelper(context);
[1.7.10]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.7.10
[1.7.13]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.7.13
[1.7.15]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.7.15
[1.7.17]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.7.17
[1.7.16]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.7.16
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codahq/packs-sdk",
"version": "1.7.16",
"version": "1.7.17",
"license": "MIT",
"workspaces": [
"dev/eslint"
Expand Down

0 comments on commit a2eb72d

Please sign in to comment.