From 1f40b68ed311a2c6339f819e034a9e62fb663182 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 13 Mar 2024 08:55:23 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/molvqingtai/testing-library-extra/compare/v1.0.3...v1.1.0) (2024-03-13) ### Features * byAttribute API merges MatcherOptions and WaitForOptions ([a7f5b61](https://github.com/molvqingtai/testing-library-extra/commit/a7f5b61934a9219078358b255dfaeb1705110173)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba4ed6..f5bccf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/molvqingtai/testing-library-extra/compare/v1.0.3...v1.1.0) (2024-03-13) + + +### Features + +* byAttribute API merges MatcherOptions and WaitForOptions ([a7f5b61](https://github.com/molvqingtai/testing-library-extra/commit/a7f5b61934a9219078358b255dfaeb1705110173)) + ## [1.0.3](https://github.com/molvqingtai/testing-library-extra/compare/v1.0.2...v1.0.3) (2024-03-12) diff --git a/package.json b/package.json index e94b756..c3a715b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testing-library-extra", - "version": "1.0.3", + "version": "1.1.0", "description": "Add bySelector and byAttribute to @testing-library/dom", "type": "module", "main": "dist/index.js",