Skip to content

Commit 0f24223

Browse files
v4.2.4
1 parent 02de525 commit 0f24223

File tree

16 files changed

+90
-17
lines changed

16 files changed

+90
-17
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.2.4](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.3...v4.2.4) (2022-03-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **perfs:** split keys computation into smaller functions ([5aba888](https://github.com/strapi-community/strapi-plugin-rest-cache/commit/5aba8888cf132be241ef8a1ced7a83bfb1a626cb))
12+
13+
14+
15+
16+
617
## [4.2.3](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.2...v4.2.3) (2022-03-18)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages/*",
44
"playgrounds/*"
55
],
6-
"version": "4.2.3",
6+
"version": "4.2.4",
77
"npmClient": "yarn",
88
"useWorkspaces": true
99
}

packages/strapi-plugin-rest-cache/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.2.4](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.3...v4.2.4) (2022-03-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **perfs:** split keys computation into smaller functions ([5aba888](https://github.com/strapi-community/strapi-plugin-rest-cache/commit/5aba8888cf132be241ef8a1ced7a83bfb1a626cb))
12+
13+
14+
15+
16+
617
## [4.2.3](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.2...v4.2.3) (2022-03-18)
718

819

packages/strapi-plugin-rest-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-rest-cache",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "Speed-up HTTP requests with LRU cache",
55
"license": "MIT",
66
"strapi": {

packages/strapi-provider-rest-cache-couchbase/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.2.4](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.3...v4.2.4) (2022-03-19)
7+
8+
**Note:** Version bump only for package strapi-provider-rest-cache-couchbase
9+
10+
11+
12+
13+
614
## [4.2.3](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.2...v4.2.3) (2022-03-18)
715

816
**Note:** Version bump only for package strapi-provider-rest-cache-couchbase

packages/strapi-provider-rest-cache-couchbase/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-provider-rest-cache-couchbase",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "Speed-up HTTP requests with Couchbase database",
55
"license": "MIT",
66
"strapi": {
@@ -58,7 +58,7 @@
5858
},
5959
"devDependencies": {
6060
"@strapi/strapi": "^4.1.5",
61-
"strapi-plugin-rest-cache": "^4.2.3"
61+
"strapi-plugin-rest-cache": "^4.2.4"
6262
},
6363
"peerDependencies": {
6464
"@strapi/strapi": "^4.0.0",

packages/strapi-provider-rest-cache-memory/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.2.4](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.3...v4.2.4) (2022-03-19)
7+
8+
**Note:** Version bump only for package strapi-provider-rest-cache-memory
9+
10+
11+
12+
13+
614
## [4.2.3](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.2...v4.2.3) (2022-03-18)
715

816
**Note:** Version bump only for package strapi-provider-rest-cache-memory

packages/strapi-provider-rest-cache-memory/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-provider-rest-cache-memory",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "Speed-up HTTP requests with LRU cache",
55
"license": "MIT",
66
"strapi": {
@@ -57,7 +57,7 @@
5757
},
5858
"devDependencies": {
5959
"@strapi/strapi": "^4.1.5",
60-
"strapi-plugin-rest-cache": "^4.2.3"
60+
"strapi-plugin-rest-cache": "^4.2.4"
6161
},
6262
"peerDependencies": {
6363
"@strapi/strapi": "^4.0.0",

packages/strapi-provider-rest-cache-redis/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.2.4](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.3...v4.2.4) (2022-03-19)
7+
8+
**Note:** Version bump only for package strapi-provider-rest-cache-redis
9+
10+
11+
12+
13+
614
## [4.2.3](https://github.com/strapi-community/strapi-plugin-rest-cache/compare/v4.2.2...v4.2.3) (2022-03-18)
715

816
**Note:** Version bump only for package strapi-provider-rest-cache-redis

packages/strapi-provider-rest-cache-redis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-provider-rest-cache-redis",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "Speed-up HTTP requests with LRU cache",
55
"license": "MIT",
66
"strapi": {
@@ -59,7 +59,7 @@
5959
"devDependencies": {
6060
"@strapi/strapi": "^4.1.5",
6161
"strapi-plugin-redis": "^1.0.0-alpha.2",
62-
"strapi-plugin-rest-cache": "^4.2.3"
62+
"strapi-plugin-rest-cache": "^4.2.4"
6363
},
6464
"peerDependencies": {
6565
"@strapi/strapi": "^4.0.0",

0 commit comments

Comments
 (0)