diff --git a/CHANGELOG.md b/CHANGELOG.md index abb5a53..5c773df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.0](https://github.com/pokujs/shared-resources/compare/v1.0.0...v1.1.0) (2026-03-18) + + +### Features + +* introduce ArgCodec system with symbol tags for built-in codecs ([#6](https://github.com/pokujs/shared-resources/issues/6)) ([80b137b](https://github.com/pokujs/shared-resources/commit/80b137b4935f8bc72e97322d59f5c07058970f0e)) +* support reference mutation through IPC ([#4](https://github.com/pokujs/shared-resources/issues/4)) ([8f140aa](https://github.com/pokujs/shared-resources/commit/8f140aa6a8131471ca15792995905d8f1c6658f3)) + ## 1.0.0 (2026-03-04) diff --git a/package-lock.json b/package-lock.json index 911a340..e4dd0fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pokujs/shared-resources", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pokujs/shared-resources", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@biomejs/biome": "^1.9.4", diff --git a/package.json b/package.json index 3429a72..e23836f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pokujs/shared-resources", - "version": "1.0.0", + "version": "1.1.0", "private": false, "description": "🪢 A Poku plugin for shared resources across isolated tests.", "main": "./lib/index.js",