diff --git a/CHANGELOG.md b/CHANGELOG.md index d7aaf22..00e2770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/Lojhan/poku-react-testing/compare/v1.1.0...v1.2.0) (2026-04-01) + + +### Features + +* refactor plugin internals and stabilize isolation:none ([#8](https://github.com/Lojhan/poku-react-testing/issues/8)) ([cd2d93d](https://github.com/Lojhan/poku-react-testing/commit/cd2d93d41f913c0a581663a8f9e261c2c6574f27)) + ## [1.1.0](https://github.com/Lojhan/poku-react-testing/compare/v1.0.1...v1.1.0) (2026-03-31) ### Features diff --git a/package-lock.json b/package-lock.json index 056cfc8..fad4ae4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "poku-react-testing", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "poku-react-testing", - "version": "1.1.0", + "version": "1.2.0", "license": "MIT", "dependencies": { "@testing-library/dom": "^10.4.1" diff --git a/package.json b/package.json index 4d228dc..d9470d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poku-react-testing", - "version": "1.1.0", + "version": "1.2.0", "private": false, "description": "React testing helpers and Poku plugin for DOM-backed component tests.", "type": "module",