Skip to content

Commit

Permalink
chore(release): 2.6.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.6.3](v2.6.2...v2.6.3) (2023-03-28)

### Bug Fixes

* **ingestor-api:** store STAC item as string in DynamoDB ([#26](#26)) ([bd7a1fa](bd7a1fa))
  • Loading branch information
semantic-release-bot committed Mar 28, 2023
1 parent bd7a1fa commit c530098
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.6.3](https://github.com/developmentseed/cdk-pgstac/compare/v2.6.2...v2.6.3) (2023-03-28)


### Bug Fixes

* **ingestor-api:** store STAC item as string in DynamoDB ([#26](https://github.com/developmentseed/cdk-pgstac/issues/26)) ([bd7a1fa](https://github.com/developmentseed/cdk-pgstac/commit/bd7a1fa799cc9765df2939a444593205efa6bf4d))

## [2.6.2](https://github.com/developmentseed/cdk-pgstac/compare/v2.6.1...v2.6.2) (2023-03-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-pgstac",
"version": "2.6.2",
"version": "2.6.3",
"description": "A set of constructs deploying pgSTAC with CDK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit c530098

Please sign in to comment.