Skip to content

Commit

Permalink
packs-sdk: release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-codaio committed Oct 7, 2024
1 parent 8422fa6 commit eb503c3
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.8.0] - 2024-10-07

### Added

- Add continuation for get permissions request and response
Expand Down Expand Up @@ -755,7 +757,7 @@ await myHelper(context);

- Beginning of alpha versioning.

[unreleased]: https://github.com/coda/packs-sdk/compare/v1.7.19...HEAD
[unreleased]: https://github.com/coda/packs-sdk/compare/v1.8.0...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 @@ -793,6 +795,7 @@ 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.8.0]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.8.0
[1.7.19]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.7.19
[1.7.18]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.7.18
[1.7.17]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.7.17
Expand Down
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.19",
"version": "1.8.0",
"license": "MIT",
"workspaces": [
"dev/eslint"
Expand Down

0 comments on commit eb503c3

Please sign in to comment.