Skip to content

Commit

Permalink
packs-sdk: release v1.7.9 (#3019)
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-codaio authored Jul 11, 2024
1 parent cc3c772 commit 70e1c9e
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.9] - 2024-07-10

## [1.7.8] - 2024-06-25

## [1.7.7] - 2024-04-26
Expand Down Expand Up @@ -686,7 +688,7 @@ await myHelper(context);

- Beginning of alpha versioning.

[unreleased]: https://github.com/coda/packs-sdk/compare/v1.7.8...HEAD
[unreleased]: https://github.com/coda/packs-sdk/compare/v1.7.9...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 @@ -718,3 +720,5 @@ await myHelper(context);
[0.9.0]: https://github.com/coda/packs-sdk/compare/v0.8.2...v0.9.0
[1.7.7]: https://github.com/coda/packs-sdk/compare/v1.7.1...v1.7.7
[1.7.8]: https://github.com/coda/packs-sdk/compare/v1.7.1...v1.7.8

[1.7.9]: https://github.com/coda/packs-sdk/compare/v1.7.8...v1.7.9
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.8-prerelease.2",
"version": "1.7.9",
"license": "MIT",
"workspaces": [
"dev/eslint"
Expand Down

0 comments on commit 70e1c9e

Please sign in to comment.