From 96cab23ad54a873b8be5527378371c5d1ed14eea Mon Sep 17 00:00:00 2001 From: "cachekit-release-bot[bot]" <247960786+cachekit-release-bot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 09:01:55 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- packages/cachekit-core-ts/CHANGELOG.md | 9 +++++++++ packages/cachekit-core-ts/package.json | 2 +- packages/cachekit/CHANGELOG.md | 11 +++++++++++ packages/cachekit/package.json | 2 +- 5 files changed, 24 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 568eecc..f630a07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/cachekit": "0.1.2", - "packages/cachekit-core-ts": "0.1.2" + "packages/cachekit": "0.1.3", + "packages/cachekit-core-ts": "0.1.3" } diff --git a/packages/cachekit-core-ts/CHANGELOG.md b/packages/cachekit-core-ts/CHANGELOG.md index ff4e4f0..a9314f5 100644 --- a/packages/cachekit-core-ts/CHANGELOG.md +++ b/packages/cachekit-core-ts/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.3](https://github.com/cachekit-io/cachekit-ts/compare/cachekit-core-ts-v0.1.2...cachekit-core-ts-v0.1.3) (2026-05-17) + + +### Features + +* CachekitIO backend full parity (session, metrics, SSRF, locking, TTL) ([d408364](https://github.com/cachekit-io/cachekit-ts/commit/d408364a424a24f191632cc297519d1f951fb069)) +* initial commit ([048585c](https://github.com/cachekit-io/cachekit-ts/commit/048585cb5e8934567a518b220337a4d10b48f83d)) +* wire ByteStorage into cache pipeline for protocol-compliant wire format ([#27](https://github.com/cachekit-io/cachekit-ts/issues/27)) ([d246294](https://github.com/cachekit-io/cachekit-ts/commit/d246294471967a49c4161a9f05f0232e84bf6c54)) + ## [0.1.2](https://github.com/cachekit-io/cachekit-ts/compare/cachekit-core-ts-v0.1.1...cachekit-core-ts-v0.1.2) (2026-05-17) ### Release notes diff --git a/packages/cachekit-core-ts/package.json b/packages/cachekit-core-ts/package.json index d8c0590..f0e9707 100644 --- a/packages/cachekit-core-ts/package.json +++ b/packages/cachekit-core-ts/package.json @@ -1,6 +1,6 @@ { "name": "@cachekit-io/cachekit-core-ts", - "version": "0.1.2", + "version": "0.1.3", "description": "Native Rust bindings for CacheKit TypeScript SDK (serialization, compression, encryption)", "main": "./index.js", "types": "./index.d.ts", diff --git a/packages/cachekit/CHANGELOG.md b/packages/cachekit/CHANGELOG.md index adf9a20..5244847 100644 --- a/packages/cachekit/CHANGELOG.md +++ b/packages/cachekit/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.1.3](https://github.com/cachekit-io/cachekit-ts/compare/cachekit-v0.1.2...cachekit-v0.1.3) (2026-05-17) + + +### Features + +* CachekitIO backend full parity — session, metrics, SSRF, errors, locking, TTL ([985cf09](https://github.com/cachekit-io/cachekit-ts/commit/985cf09bf1fd5cd12975bd0e504997b9eb9b8fd2)) +* CachekitIO backend full parity (session, metrics, SSRF, locking, TTL) ([d408364](https://github.com/cachekit-io/cachekit-ts/commit/d408364a424a24f191632cc297519d1f951fb069)) +* initial commit ([048585c](https://github.com/cachekit-io/cachekit-ts/commit/048585cb5e8934567a518b220337a4d10b48f83d)) +* intent-based cache API (createCache.io, .minimal, .production, .secure) ([#42](https://github.com/cachekit-io/cachekit-ts/issues/42)) ([c551bfb](https://github.com/cachekit-io/cachekit-ts/commit/c551bfb75bf644a06a9c34eaa338c4980358a74a)) +* wire ByteStorage into cache pipeline for protocol-compliant wire format ([#27](https://github.com/cachekit-io/cachekit-ts/issues/27)) ([d246294](https://github.com/cachekit-io/cachekit-ts/commit/d246294471967a49c4161a9f05f0232e84bf6c54)) + ## [0.1.2](https://github.com/cachekit-io/cachekit-ts/compare/cachekit-v0.1.1...cachekit-v0.1.2) (2026-05-17) ### Release notes diff --git a/packages/cachekit/package.json b/packages/cachekit/package.json index 62629bf..565c558 100644 --- a/packages/cachekit/package.json +++ b/packages/cachekit/package.json @@ -1,6 +1,6 @@ { "name": "@cachekit-io/cachekit", - "version": "0.1.2", + "version": "0.1.3", "description": "TypeScript SDK for CacheKit - Production-ready Redis caching with zero-knowledge encryption", "type": "module", "main": "./dist/cjs/index.js",