File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.3.0] - 2025-10-15
68* rename ` globalCache.clear() ` to ` globalCache.clearTestRun() ` .
79
810## [ 0.2.16] - 2025-10-15
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
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
Original file line number Diff line number Diff line change 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" ,
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.2.16 " ,
4+ "version" : " 0.3.0 " ,
55 "type" : " commonjs" ,
66 "exports" : {
77 "." : " ./dist/index.js" ,
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.2.16 " ,
4+ "version" : " 0.3.0 " ,
55 "type" : " commonjs" ,
66 "main" : " dist/index.js" ,
77 "engines" : {
You can’t perform that action at this time.
0 commit comments