From f3382c5c1415472a576c25448baff84d97896a61 Mon Sep 17 00:00:00 2001 From: cipchk Date: Tue, 4 Nov 2025 13:45:20 +0800 Subject: [PATCH] release: 20.0.1 --- lib/package.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/package.json b/lib/package.json index 688acd8..07eca72 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-highlight-js", - "version": "20.0.0", + "version": "20.0.1", "description": "Angular for syntax highlighting with highlight.js", "keywords": [ "highlight", diff --git a/package.json b/package.json index a4a8ae7..e7e8732 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-highlight-js", - "version": "20.0.0", + "version": "20.0.1", "description": "Angular for syntax highlighting with highlight.js", "keywords": [ "highlight", @@ -59,4 +59,4 @@ "typescript-eslint": "^8.33.1" }, "packageManager": "yarn@4.9.1" -} \ No newline at end of file +}