Skip to content

Commit 66d0af7

Browse files
authored
chore(main): release 3.0.0 (#703)
🤖 I have created a release *beep* *boop* --- ## [3.0.0](v2.1.7...v3.0.0) (2022-10-21) ### ⚠ BREAKING CHANGES * The filter pattern to match CloudWatch Logs is now passed without modifications to the AWS API. If you're using the Jest `toHaveLog` or Chai `to.have.log` matchers you might need to quote your pattern, e.g. `toHaveLog(pattern) -> toHaveLog("${pattern}")` or `to.have.log(pattern) -> to.have.log("${pattern}")` to support special characters ### Bug Fixes * don't quote CloudWatch filter pattern ([#702](#702)) ([aef13c0](aef13c0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent aef13c0 commit 66d0af7

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+
## [3.0.0](https://github.com/erezrokah/aws-testing-library/compare/v2.1.7...v3.0.0) (2022-10-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* The filter pattern to match CloudWatch Logs is now passed without modifications to the AWS API. If you're using the Jest `toHaveLog` or Chai `to.have.log` matchers you might need to quote your pattern, e.g. `toHaveLog(pattern) -> toHaveLog("${pattern}")` or `to.have.log(pattern) -> to.have.log("${pattern}")` to support special characters
9+
10+
### Bug Fixes
11+
12+
* don't quote CloudWatch filter pattern ([#702](https://github.com/erezrokah/aws-testing-library/issues/702)) ([aef13c0](https://github.com/erezrokah/aws-testing-library/commit/aef13c0ab37d4328fd553d7425862bcd9f185383))
13+
314
## [2.1.7](https://github.com/erezrokah/aws-testing-library/compare/v2.1.6...v2.1.7) (2022-10-21)
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": "2.1.7",
3+
"version": "3.0.0",
44
"description": "Chai and Jest matchers for aws services",
55
"scripts": {
66
"prepublishOnly": "npm run build",

0 commit comments

Comments
 (0)