diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 87afa19..e7f0b59 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.1.0-beta" + ".": "5.1.0-beta.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d03c45..5bf939e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.0-beta.1](https://github.com/strapi-community/plugin-rest-cache/compare/v5.1.0-beta...v5.1.0-beta.1) (2026-08-14) + + +### Bug Fixes + +* **admin:** stop the settings table logging a React error on every render ([#215](https://github.com/strapi-community/plugin-rest-cache/issues/215)) ([0e55c98](https://github.com/strapi-community/plugin-rest-cache/commit/0e55c98f213ecc07b3b960978f17ac324ec99aca)) + + +### Documentation + +* backfill 4.2.9, 5.0.0 and 5.0.1 into the changelog ([#213](https://github.com/strapi-community/plugin-rest-cache/issues/213)) ([65d4f1e](https://github.com/strapi-community/plugin-rest-cache/commit/65d4f1eec41a1e404c189aa925fa7cb8c16d0316)) + ## [5.1.0-beta](https://github.com/strapi-community/plugin-rest-cache/compare/v5.0.0...v5.1.0-beta) (2026-08-14) diff --git a/package.json b/package.json index 9203aa6..5995fdd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@strapi-plugin-rest-cache/monorepo", "private": true, - "version": "5.1.0-beta", + "version": "5.1.0-beta.1", "type": "module", "description": "Speed-up HTTP requests with LRU cache", "scripts": { diff --git a/packages/plugin-rest-cache/package.json b/packages/plugin-rest-cache/package.json index 749baa7..8d915d7 100644 --- a/packages/plugin-rest-cache/package.json +++ b/packages/plugin-rest-cache/package.json @@ -1,6 +1,6 @@ { "name": "@strapi-community/plugin-rest-cache", - "version": "5.1.0-beta", + "version": "5.1.0-beta.1", "description": "Speed-up HTTP requests with LRU cache", "license": "MIT", "strapi": { diff --git a/packages/provider-rest-cache-memory/package.json b/packages/provider-rest-cache-memory/package.json index 30e7966..f514f51 100644 --- a/packages/provider-rest-cache-memory/package.json +++ b/packages/provider-rest-cache-memory/package.json @@ -1,6 +1,6 @@ { "name": "@strapi-community/provider-rest-cache-memory", - "version": "5.1.0-beta", + "version": "5.1.0-beta.1", "description": "Speed-up HTTP requests with LRU cache", "license": "MIT", "strapi": { diff --git a/packages/provider-rest-cache-redis/package.json b/packages/provider-rest-cache-redis/package.json index 1c45d3b..65f12eb 100644 --- a/packages/provider-rest-cache-redis/package.json +++ b/packages/provider-rest-cache-redis/package.json @@ -1,6 +1,6 @@ { "name": "@strapi-community/provider-rest-cache-redis", - "version": "5.1.0-beta", + "version": "5.1.0-beta.1", "description": "Speed-up HTTP requests with LRU cache", "license": "MIT", "strapi": {