From 1efa156076f9b18520371d0f0202d6f64eb2de5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:12:38 +0000 Subject: [PATCH] chore(main): release 1.1.2 --- 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 70b6dc4..0a24312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/pokujs/shared-resources/compare/v1.1.1...v1.1.2) (2026-04-02) + + +### Bug Fixes + +* avoid IPC mode when isolation is none ([#9](https://github.com/pokujs/shared-resources/issues/9)) ([a185f7d](https://github.com/pokujs/shared-resources/commit/a185f7d3fbf03124f7af81dcfd2f2a3272f0e6ca)) + ## [1.1.1](https://github.com/pokujs/shared-resources/compare/v1.1.0...v1.1.1) (2026-03-31) diff --git a/package-lock.json b/package-lock.json index 5449b17..1fd3bc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pokujs/shared-resources", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pokujs/shared-resources", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "devDependencies": { "@biomejs/biome": "^1.9.4", diff --git a/package.json b/package.json index 7608738..eac5740 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pokujs/shared-resources", - "version": "1.1.1", + "version": "1.1.2", "private": false, "description": "🪢 A Poku plugin for shared resources across isolated tests.", "main": "./lib/index.js",