File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,6 +70,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7070
7171
7272
73+
74+ ## [ 0.79.4] - 2026-03-28
75+
76+ ### Added
7377## [ 0.79.3] - 2026-03-28
7478
7579### Added- add tRPC v1 + API versioning (X-API-Version header)
Original file line number Diff line number Diff line change 11{
22 "name" : " @jk-com/adblock-compiler" ,
3- "version" : " 0.79.3 " ,
3+ "version" : " 0.79.4 " ,
44 "exports" : " ./src/index.ts" ,
55 "nodeModulesDir" : " auto" ,
66 "publish" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " adblock-compiler" ,
3- "version" : " 0.79.3 " ,
3+ "version" : " 0.79.4 " ,
44 "description" : " Compiler-as-a-Service for adblock filter lists" ,
55 "homepage" : " https://adblock-compiler.jayson-knight.workers.dev/" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 77 * Package version - should match deno.json
88 * Updated automatically by version bump scripts.
99 */
10- export const VERSION = '0.79.3 ' ;
10+ export const VERSION = '0.79.4 ' ;
1111
1212/**
1313 * Package name as published to JSR
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ destinations = [ "sentry-traces" ]
8888# All secrets use `wrangler secret put`.
8989[vars ]
9090# Keep in sync with VERSION in src/version.ts. Run `deno task version:sync` to propagate.
91- COMPILER_VERSION = " 0.79.3 "
91+ COMPILER_VERSION = " 0.79.4 "
9292ENVIRONMENT = " production"
9393# Clerk publishable key — uncomment and set to pk_live_... when Clerk is production-ready.
9494# To activate Clerk: uncomment both lines below and also set CLERK_JWKS_URL.
You can’t perform that action at this time.
0 commit comments