Skip to content

Commit 0585b18

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.0.1...v4.0.0) (2023-04-25) ### Features * **ingestor-api:** expose ingestor handler role ([#39](#39)) ([559f3a9](559f3a9)) ### BREAKING CHANGES * **ingestor-api:** the role name is automatically generated by AWS and thus users can not use the name that was specified before, but should directly interact with the new property we are adding. * change name of variable to comply with formatting rules, remove readonly statement
1 parent 559f3a9 commit 0585b18

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [4.0.0](https://github.com/developmentseed/cdk-pgstac/compare/v3.0.1...v4.0.0) (2023-04-25)
2+
3+
4+
### Features
5+
6+
* **ingestor-api:** expose ingestor handler role ([#39](https://github.com/developmentseed/cdk-pgstac/issues/39)) ([559f3a9](https://github.com/developmentseed/cdk-pgstac/commit/559f3a91d4d712302aa5661539d495b2ee299f83))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **ingestor-api:** the role name is automatically generated by AWS and thus users can not use the name that
12+
was specified before, but should directly interact with the new property we are adding.
13+
14+
* change name of variable to comply with formatting rules, remove readonly statement
15+
116
## [3.0.1](https://github.com/developmentseed/cdk-pgstac/compare/v3.0.0...v3.0.1) (2023-04-14)
217

318

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-pgstac",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
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)