File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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.
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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments