Skip to content

Commit 7c4aae9

Browse files
committed
chore: 🤖 resolve conflicts
2 parents baa871a + 6f84047 commit 7c4aae9

56 files changed

Lines changed: 321 additions & 175 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
## [0.41.1](https://github.com/mjancarik/merkur/compare/v0.41.0...v0.41.1) (2025-11-19)
7+
8+
**Note:** Version bump only for package merkur-monorepo
9+
10+
# [0.41.0](https://github.com/mjancarik/merkur/compare/v0.40.0...v0.41.0) (2025-11-04)
11+
12+
### Features
13+
14+
- 🎸 Add HTTP cache revalidation ([a217e3b](https://github.com/mjancarik/merkur/commit/a217e3bb45167558cd524d47f77ea27318823dcf))
15+
616
# [0.40.0](https://github.com/mjancarik/merkur/compare/v0.39.0...v0.40.0) (2025-10-27)
717

818
### Features

docs/docs/http-cache-plugin.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,11 @@ After that we have cache available.
6464
We can also set instructions for using cache for each request in request option.
6565

6666
```javascript
67-
const { response, request } = await widget.http.request({ path: '/detail/1' }, { useCache: true });
67+
const { response, request } = await widget.http.request({ path: '/detail/1', useCache: true });
68+
```
69+
70+
And we can revalidate cache for specific request in request option.
71+
72+
```javascript
73+
const { response, request } = await widget.http.request({ path: '/detail/1', useCache: true, revalidateCache: true });
6874
```

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"verifyAccess": false
1010
}
1111
},
12-
"version": "0.40.0",
12+
"version": "0.41.1",
1313
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1414
}

0 commit comments

Comments
 (0)