From a4b1377d133343cee133934eabb1e809bb21d95f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 21:12:27 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc6e42d..5ff27c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/Lojhan/poku-react-testing/compare/v1.0.1...v1.1.0) (2026-03-31) + + +### Features + +* optimize react testing runtime and add prettier ([#6](https://github.com/Lojhan/poku-react-testing/issues/6)) ([424194b](https://github.com/Lojhan/poku-react-testing/commit/424194b2c5bdc5f8c3d3c7a41bc91b50d51dd38c)) + ## [1.0.1](https://github.com/Lojhan/poku-react-testing/compare/v1.0.0...v1.0.1) (2026-03-31) diff --git a/package-lock.json b/package-lock.json index 990ec8a..2a134a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "poku-react-testing", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "poku-react-testing", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "dependencies": { "@testing-library/dom": "^10.4.1" diff --git a/package.json b/package.json index 7dc54e2..835ba9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poku-react-testing", - "version": "1.0.1", + "version": "1.1.0", "private": false, "description": "React testing helpers and Poku plugin for DOM-backed component tests.", "type": "module",