Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.1.0-beta"
".": "5.1.0-beta.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rest-cache/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-rest-cache-memory/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-rest-cache-redis/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down