Skip to content

Commit 61da3b3

Browse files
committed
Release 0.3.0
1 parent 66b8fe7 commit 61da3b3

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
> This project follows the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format.
44
55
## [Unreleased]
6+
7+
## [0.3.0] - 2025-10-15
68
* rename `globalCache.clear()` to `globalCache.clearTestRun()`.
79

810
## [0.2.16] - 2025-10-15
@@ -28,7 +30,7 @@
2830
* Initial release
2931

3032

31-
[unreleased]: https://github.com/vitalets/global-cache/compare/0.2.16...HEAD
33+
[unreleased]: https://github.com/vitalets/global-cache/compare/0.3.0...HEAD
3234
[0.2.6]: https://github.com/vitalets/global-cache/compare/0.2.4...0.2.6
3335
[0.2.5]: https://github.com/vitalets/global-cache/compare/0.2.4...0.2.5
3436
[0.2.4]: https://github.com/vitalets/global-cache/compare/0.2.3...0.2.4
@@ -39,5 +41,6 @@
3941
[0.1.2]: https://github.com/vitalets/global-cache/compare/0.1.1...0.1.2
4042

4143

44+
[0.3.0]: https://github.com/vitalets/global-cache/compare/0.2.16...0.3.0
4245
[0.2.16]: https://github.com/vitalets/global-cache/compare/0.2.15...0.2.16
4346
[0.2.15]: https://github.com/vitalets/global-cache/compare/0.2.12...0.2.15

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "global-cache-monorepo",
33
"private": true,
4-
"version": "0.2.16",
4+
"version": "0.3.0",
55
"packageManager": "pnpm@10.18.3",
66
"repository": {
77
"type": "git",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@global-cache/core",
33
"description": "Key-value cache for sharing data between parallel workers.",
4-
"version": "0.2.16",
4+
"version": "0.3.0",
55
"type": "commonjs",
66
"exports": {
77
".": "./dist/index.js",

packages/playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@global-cache/playwright",
33
"description": "Key-value cache for sharing data between Playwright workers.",
4-
"version": "0.2.16",
4+
"version": "0.3.0",
55
"type": "commonjs",
66
"main": "dist/index.js",
77
"engines": {

0 commit comments

Comments
 (0)