diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c773df..70b6dc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/pokujs/shared-resources/compare/v1.1.0...v1.1.1) (2026-03-31) + + +### Bug Fixes + +* **deps:** use latest version of Poku ([#7](https://github.com/pokujs/shared-resources/issues/7)) ([e024e8d](https://github.com/pokujs/shared-resources/commit/e024e8d9572e4cad93bf7c5f1ca73b31bbd377a2)) + ## [1.1.0](https://github.com/pokujs/shared-resources/compare/v1.0.0...v1.1.0) (2026-03-18) diff --git a/package-lock.json b/package-lock.json index 1fed008..032238a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pokujs/shared-resources", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pokujs/shared-resources", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "devDependencies": { "@biomejs/biome": "^1.9.4", diff --git a/package.json b/package.json index 2083040..f8a12d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pokujs/shared-resources", - "version": "1.1.0", + "version": "1.1.1", "private": false, "description": "🪢 A Poku plugin for shared resources across isolated tests.", "main": "./lib/index.js",