From ea37dde42c526583705ce315993ab3c8f2b40374 Mon Sep 17 00:00:00 2001 From: Oleg Vaskevich Date: Fri, 23 Aug 2024 11:08:35 -0700 Subject: [PATCH] packs-sdk: release v1.7.11 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8c9c5168..baa77413e 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.11] - 2024-08-23 + ### Changed - Added internal fields to sync formulas and identity @@ -698,7 +700,7 @@ await myHelper(context); - Beginning of alpha versioning. -[unreleased]: https://github.com/coda/packs-sdk/compare/v1.7.10...HEAD +[unreleased]: https://github.com/coda/packs-sdk/compare/v1.7.11...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 @@ -731,4 +733,5 @@ await myHelper(context); [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 +[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 diff --git a/package.json b/package.json index 333606a54..6600af501 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codahq/packs-sdk", - "version": "1.7.10", + "version": "1.7.11", "license": "MIT", "workspaces": [ "dev/eslint"