Skip to content

Commit

Permalink
packs-sdk: release v1.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-codaio committed Aug 23, 2024
1 parent 6e2587f commit ea37dde
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.7.11] - 2024-08-23

### Changed

- Added internal fields to sync formulas and identity
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
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.10",
"version": "1.7.11",
"license": "MIT",
"workspaces": [
"dev/eslint"
Expand Down

0 comments on commit ea37dde

Please sign in to comment.