Skip to content

Commit c9915dd

Browse files
chore(release): 7.6.2 [skip ci]
## [7.6.2](v7.6.1...v7.6.2) (2025-03-06) ### Bug Fixes * use model_dump(mode="json") for serializing STAC objects ([#131](#131)) ([2117b52](2117b52))
1 parent 2117b52 commit c9915dd

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [7.6.2](https://github.com/developmentseed/eoapi-cdk/compare/v7.6.1...v7.6.2) (2025-03-06)
2+
3+
4+
### Bug Fixes
5+
6+
* use model_dump(mode="json") for serializing STAC objects ([#131](https://github.com/developmentseed/eoapi-cdk/issues/131)) ([2117b52](https://github.com/developmentseed/eoapi-cdk/commit/2117b524fb4c99ded23048f5b71eb3492568008b))
7+
18
## [7.6.1](https://github.com/developmentseed/eoapi-cdk/compare/v7.6.0...v7.6.1) (2025-02-28)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eoapi-cdk",
3-
"version": "7.6.1",
3+
"version": "7.6.2",
44
"description": "A set of constructs deploying pgSTAC with CDK",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)