Skip to content

Commit 9290a66

Browse files
authored
chore(main): release 2.0.0 (#529)
1 parent 539360b commit 9290a66

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/erezrokah/aws-testing-library/compare/v1.1.6...v2.0.0) (2022-01-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Node.js 10, update dependency filter-obj to v3 (#528)
9+
10+
### Miscellaneous Chores
11+
12+
* drop Node.js 10, update dependency filter-obj to v3 ([#528](https://github.com/erezrokah/aws-testing-library/issues/528)) ([539360b](https://github.com/erezrokah/aws-testing-library/commit/539360b63f1c6267aa41cfd83bff551e6e090cfe))
13+
314
### [1.1.6](https://github.com/erezrokah/aws-testing-library/compare/v1.1.5...v1.1.6) (2022-01-23)
415

516

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

0 commit comments

Comments
 (0)