Skip to content

Commit

Permalink
packs-sdk: release v1.3.4 (#2565)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqian-codaio committed Apr 17, 2023
1 parent a7e67ec commit cc7418f
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.3.4] - 2023-04-17

### Fixed
- Fixed an issue with `placeholder` property being stripped out of the `PropertyIdentifierDetails` schema.

Expand Down Expand Up @@ -566,7 +568,7 @@ await myHelper(context);
- Beginning of alpha versioning.
[unreleased]: https://github.com/coda/packs-sdk/compare/v1.3.3...HEAD
[unreleased]: https://github.com/coda/packs-sdk/compare/v1.3.4...HEAD
[1.2.3]: https://github.com/coda/packs-sdk/compare/v1.0.1...v1.2.3
[1.2.2]: https://github.com/coda/packs-sdk/compare/v1.0.1...v1.2.2
[1.2.1]: https://github.com/coda/packs-sdk/compare/v1.0.1...v1.2.1
Expand All @@ -584,4 +586,5 @@ await myHelper(context);
[0.9.0]: https://github.com/coda/packs-sdk/compare/v0.8.2...v0.9.0
[1.3.0]: https://github.com/coda/packs-sdk/compare/v1.0.1...v1.3.0
[1.3.4]: https://github.com/coda/packs-sdk/compare/v1.0.1...v1.3.4
[1.3.3]: https://github.com/coda/packs-sdk/compare/v1.0.1...v1.3.3
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.3.3",
"version": "1.3.4",
"license": "MIT",
"workspaces": [
"dev/eslint"
Expand Down

0 comments on commit cc7418f

Please sign in to comment.