Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Apr 25, 2023
1 parent 559f3a9 commit 0585b18
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [4.0.0](https://github.com/developmentseed/cdk-pgstac/compare/v3.0.1...v4.0.0) (2023-04-25)


### Features

* **ingestor-api:** expose ingestor handler role ([#39](https://github.com/developmentseed/cdk-pgstac/issues/39)) ([559f3a9](https://github.com/developmentseed/cdk-pgstac/commit/559f3a91d4d712302aa5661539d495b2ee299f83))


### 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

## [3.0.1](https://github.com/developmentseed/cdk-pgstac/compare/v3.0.0...v3.0.1) (2023-04-14)


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": "3.0.1",
"version": "4.0.0",
"description": "A set of constructs deploying pgSTAC with CDK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 0585b18

Please sign in to comment.