Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
chore(main): release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan committed Apr 10, 2024
1 parent 27d0eb0 commit e95f4d6
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.0"
".": "4.0.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## [4.0.0](https://github.com/udondan/cdk-athena/compare/v3.0.0...v4.0.0) (2024-04-10)


### ⚠ BREAKING CHANGES

* renames lambda property to lambdaFunction ([#100](https://github.com/udondan/cdk-athena/issues/100))

### Features

* adds option to define LogLevel for debugging lambda problems ([#106](https://github.com/udondan/cdk-athena/issues/106)) ([0b7db4d](https://github.com/udondan/cdk-athena/commit/0b7db4d8c4e6e5035382bf95444a563075bcc036))


### Bug Fixes

* fix renovate building, cannot work with local packages ([#113](https://github.com/udondan/cdk-athena/issues/113)) ([e26750b](https://github.com/udondan/cdk-athena/commit/e26750bd716e9d19662adf25ca86f4d14096248b))
* upgrade lambda version to node 20 ([#79](https://github.com/udondan/cdk-athena/issues/79)) ([cc5d917](https://github.com/udondan/cdk-athena/commit/cc5d9179e149fb45de5243a393a75e5ebc7d15a1))


### Miscellaneous Chores

* renames lambda property to lambdaFunction ([#100](https://github.com/udondan/cdk-athena/issues/100)) ([881c7c0](https://github.com/udondan/cdk-athena/commit/881c7c03e459358d8ba2634b3f5b69566583f89f))
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,7 +1,7 @@
{
"name": "cdk-athena",
"description": "CDK Construct for creating Athena resources",
"version": "3.0.0",
"version": "4.0.0",
"license": "Apache-2.0",
"author": {
"name": "Daniel Schroeder",
Expand Down

0 comments on commit e95f4d6

Please sign in to comment.