Skip to content

Commit 8389638

Browse files
authored
chore(main): release 2.1.6 (#675)
1 parent e5c1097 commit 8389638

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.1.6](https://github.com/erezrokah/aws-testing-library/compare/v2.1.5...v2.1.6) (2022-10-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency aws-sdk to v2.1204.0 ([#673](https://github.com/erezrokah/aws-testing-library/issues/673)) ([d775c0d](https://github.com/erezrokah/aws-testing-library/commit/d775c0d40f7151eed797650df870ad62da43e9f8))
9+
* **deps:** update dependency aws-sdk to v2.1213.0 ([#680](https://github.com/erezrokah/aws-testing-library/issues/680)) ([c95aca1](https://github.com/erezrokah/aws-testing-library/commit/c95aca155336a4bf43d27c3964af87d6cb4092e6))
10+
* **deps:** update dependency aws-sdk to v2.1218.0 ([#684](https://github.com/erezrokah/aws-testing-library/issues/684)) ([0356e4a](https://github.com/erezrokah/aws-testing-library/commit/0356e4ab3e8009d08a6d545e7f07b80cf99521e6))
11+
* **deps:** update dependency aws-sdk to v2.1227.0 ([#688](https://github.com/erezrokah/aws-testing-library/issues/688)) ([670fd85](https://github.com/erezrokah/aws-testing-library/commit/670fd85cfe9199c254cb34bb63146f4fc0c6a28b))
12+
* **deps:** update dependency aws-sdk to v2.1231.0 ([#691](https://github.com/erezrokah/aws-testing-library/issues/691)) ([1dbf641](https://github.com/erezrokah/aws-testing-library/commit/1dbf641c884e414bbdb2f27e498bc2b297d99f99))
13+
* **deps:** update dependency aws-sdk to v2.1233.0 ([#695](https://github.com/erezrokah/aws-testing-library/issues/695)) ([e5c1097](https://github.com/erezrokah/aws-testing-library/commit/e5c1097df9ad379137d4fece5cc77c6db1999755))
14+
315
## [2.1.5](https://github.com/erezrokah/aws-testing-library/compare/v2.1.4...v2.1.5) (2022-08-22)
416

517

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": "aws-testing-library",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "Chai and Jest matchers for aws services",
55
"scripts": {
66
"prepublishOnly": "npm run build",

0 commit comments

Comments
 (0)