Skip to content

Commit 1ddaaf4

Browse files
authored
Merge pull request #1446 from jaypatrick/auto-version-bump-0.79.4
chore: bump version to 0.79.4
2 parents 4340114 + fd16655 commit 1ddaaf4

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
9292
ENVIRONMENT = "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.

0 commit comments

Comments
 (0)