Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#703)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
erezrokah authored Oct 21, 2022
1 parent aef13c0 commit 66d0af7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/erezrokah/aws-testing-library/compare/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](https://github.com/erezrokah/aws-testing-library/issues/702)) ([aef13c0](https://github.com/erezrokah/aws-testing-library/commit/aef13c0ab37d4328fd553d7425862bcd9f185383))

## [2.1.7](https://github.com/erezrokah/aws-testing-library/compare/v2.1.6...v2.1.7) (2022-10-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-testing-library",
"version": "2.1.7",
"version": "3.0.0",
"description": "Chai and Jest matchers for aws services",
"scripts": {
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit 66d0af7

Please sign in to comment.