Skip to content

Commit

Permalink
chore(merge-back): 1.176.0 (#22400)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Oct 6, 2022
2 parents a3e35b0 + c23d933 commit 28b91be
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [1.176.0](https://github.com/aws/aws-cdk/compare/v1.175.0...v1.176.0) (2022-10-06)


### Features

* **cfnspec:** cloudformation spec v91.0.0 ([#22303](https://github.com/aws/aws-cdk/issues/22303)) ([c1f9bf4](https://github.com/aws/aws-cdk/commit/c1f9bf4d4905408e989ae4a6d262955644780640))


### Bug Fixes

* change Node 10 to 14 everywhere ([#22289](https://github.com/aws/aws-cdk/issues/22289)) ([8b0757e](https://github.com/aws/aws-cdk/commit/8b0757e1ea472dc1094f441e6c46d87c44fbc5a8))

## [1.175.0](https://github.com/aws/aws-cdk/compare/v1.174.0...v1.175.0) (2022-09-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk/test/integ/common/jest-test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function invokeJest() {
# package.json.
if ! npx --no-install jest --version; then
echo 'Looks like we need to install jest first. Hold on.' >& 2
npm install --prefix .. jest jest-junit aws-sdk axios
npm install --prefix .. jest@^27 jest-junit@^14 aws-sdk@^2 axios@^0.27.2
fi

# This must --runInBand because parallelism is arranged for inside the tests
Expand Down
2 changes: 1 addition & 1 deletion version.v1.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.175.0"
"version": "1.176.0"
}

0 comments on commit 28b91be

Please sign in to comment.