From 70e1c9e951a90d8addaa26d21aef96582260629e Mon Sep 17 00:00:00 2001 From: Gary Shen <100240943+gary-codaio@users.noreply.github.com> Date: Thu, 11 Jul 2024 08:28:43 -0700 Subject: [PATCH] packs-sdk: release v1.7.9 (#3019) --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be083fc5..ff3a9a571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 diff --git a/package.json b/package.json index 5235e0041..e5bfc8a60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codahq/packs-sdk", - "version": "1.7.8-prerelease.2", + "version": "1.7.9", "license": "MIT", "workspaces": [ "dev/eslint"