Skip to content

Commit

Permalink
chore(release): 2.116.1 (#28468)
Browse files Browse the repository at this point in the history
See CHANGELOG

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
mergify[bot] committed Dec 22, 2023
2 parents a1552da + 557ed28 commit 222de71
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.v2.alpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.116.1-alpha.0](https://github.com/aws/aws-cdk/compare/v2.116.0-alpha.0...v2.116.1-alpha.0) (2023-12-22)

## [2.116.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.115.0-alpha.0...v2.116.0-alpha.0) (2023-12-21)


Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.116.1](https://github.com/aws/aws-cdk/compare/v2.116.0...v2.116.1) (2023-12-22)


### Bug Fixes

* **core:** core constructs fail with `Error: Cannot find module '../dist/core/<file>.generated'` ([#28467](https://github.com/aws/aws-cdk/issues/28467)) ([e8be128](https://github.com/aws/aws-cdk/commit/e8be12836cdb73b74cd36e19e5cec52258304933)), closes [#28251](https://github.com/aws/aws-cdk/issues/28251) [#28465](https://github.com/aws/aws-cdk/issues/28465)

## [2.116.0](https://github.com/aws/aws-cdk/compare/v2.115.0...v2.116.0) (2023-12-21)


Expand Down
5 changes: 4 additions & 1 deletion packages/aws-cdk-lib/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ coverage
build-tools
dist
!custom-resource-handlers/dist/
!core/lib/dist/
scripts
.LAST_BUILD
.LAST_PACKAGE
Expand All @@ -30,9 +31,11 @@ tsconfig.json
# exclude cdk artifacts
**/cdk.out
junit.xml

!*.lit.ts

# exclude additional documention
core/adr/

# keep class map for cloudformation-include
!cloudformation-include/cfn-types-2-classes.json

Expand Down
4 changes: 2 additions & 2 deletions version.v2.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.116.0",
"alphaVersion": "2.116.0-alpha.0"
"version": "2.116.1",
"alphaVersion": "2.116.1-alpha.0"
}

0 comments on commit 222de71

Please sign in to comment.