Skip to content

Commit b276168

Browse files
chore(release): 6.0.0 [skip ci]
# [6.0.0](v5.4.1...v6.0.0) (2023-10-31) ### Features * custom runtimes, optional VPC, python 3.11 ([#74](#74)) ([ba6bf09](ba6bf09)) ### BREAKING CHANGES * the `bootstrapper` construct was deleted and is no longer available. In addition, we switched from `PythonFunction` to `Function` for all lambdas.
1 parent ba6bf09 commit b276168

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [6.0.0](https://github.com/developmentseed/eoapi-cdk/compare/v5.4.1...v6.0.0) (2023-10-31)
2+
3+
4+
### Features
5+
6+
* custom runtimes, optional VPC, python 3.11 ([#74](https://github.com/developmentseed/eoapi-cdk/issues/74)) ([ba6bf09](https://github.com/developmentseed/eoapi-cdk/commit/ba6bf09651caae8537df7ee737dbf6d0bf975f41))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* the `bootstrapper` construct was deleted and is no longer available. In addition, we switched from `PythonFunction` to `Function` for all lambdas.
12+
113
## [5.4.1](https://github.com/developmentseed/eoapi-cdk/compare/v5.4.0...v5.4.1) (2023-10-05)
214

315

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eoapi-cdk",
3-
"version": "5.4.1",
3+
"version": "6.0.0",
44
"description": "A set of constructs deploying pgSTAC with CDK",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -58,7 +58,7 @@
5858
},
5959
"bundledDependencies": [
6060
"module"
61-
],
61+
],
6262
"peerDependencies": {
6363
"aws-cdk-lib": "^2.99.1",
6464
"constructs": "^10.1.113"

0 commit comments

Comments
 (0)