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",