Skip to content

Commit a60cc8d

Browse files
committed
Release 0.4.0-1
1 parent 5f18af0 commit a60cc8d

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

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.4.0-1] - 2025-12-05
68
* minor: use live config values to better support VSCode extension.
79
* patch: make `debug` initialize lazily to pick up env vars in runtime.
810
* patch: add root route to global cache server.
@@ -39,7 +41,8 @@
3941

4042
* Initial release
4143

42-
[unreleased]: https://github.com/vitalets/global-cache/compare/0.4.0-0...HEAD
44+
[unreleased]: https://github.com/vitalets/global-cache/compare/0.4.0-1...HEAD
45+
[0.4.0-1]: https://github.com/vitalets/global-cache/compare/0.4.0-0...0.4.0-1
4346
[0.4.0-0]: https://github.com/vitalets/global-cache/compare/0.3.2...0.4.0-0
4447
[0.3.2]: https://github.com/vitalets/global-cache/compare/0.3.1...0.3.2
4548
[0.3.1]: https://github.com/vitalets/global-cache/compare/0.3.0...0.3.1

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.4.0-0",
4+
"version": "0.4.0-1",
55
"packageManager": "[email protected]",
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.4.0-0",
4+
"version": "0.4.0-1",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

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.4.0-0",
4+
"version": "0.4.0-1",
55
"type": "commonjs",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)