diff --git a/CHANGELOG.md b/CHANGELOG.md index 67783bb..2660497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/molvqingtai/testing-library-extra/compare/v1.0.0...v1.0.1) (2024-03-12) + + +### Bug Fixes + +* can not import in some cases ([0b66213](https://github.com/molvqingtai/testing-library-extra/commit/0b6621349201200809e6c19e55c83ccd5e48483b)) + # 1.0.0 (2024-03-12) diff --git a/package.json b/package.json index b72ec66..3ffaccf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testing-library-extra", - "version": "1.0.0", + "version": "1.0.1", "description": "Add bySelector and byAttribute to @testing-library/dom", "main": "dist/index.js", "type": "module",