Skip to content

Commit

Permalink
packs-sdk: release v1.7.15 (#3062)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-codaio authored Sep 4, 2024
1 parent 3903feb commit dcdcc10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 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.15] - 2024-09-04

### Changed

- Internal change to completion
Expand Down Expand Up @@ -718,7 +720,7 @@ await myHelper(context);

- Beginning of alpha versioning.

[unreleased]: https://github.com/coda/packs-sdk/compare/v1.7.13...HEAD
[unreleased]: https://github.com/coda/packs-sdk/compare/v1.7.15...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 @@ -755,3 +757,5 @@ await myHelper(context);
[1.7.11]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.7.11
[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
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.14-prerelease.2",
"version": "1.7.15",
"license": "MIT",
"workspaces": [
"dev/eslint"
Expand Down

0 comments on commit dcdcc10

Please sign in to comment.