From 695a5159908c79f5df1292ec5c860e0865124d9f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 18 May 2025 15:47:42 +0000 Subject: [PATCH] fix(smartacme): Refine documentation and tests for improved clarity in ACME certificate management --- changelog.md | 7 +++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f75701f..e9e2fe3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2025-05-18 - 7.3.4 - fix(smartacme) +Refine documentation and tests for improved clarity in ACME certificate management + +- Enhanced the README with detailed usage, configuration, and example sections +- Refined test cases for certificate matching and challenge handlers across DNS-01 and HTTP-01 +- Updated TypeScript definitions and inline comments for better developer experience + ## 2025-05-05 - 7.3.3 - fix(SmartAcme) Remove duplicate challengeHandlers declaration from SmartAcme class diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 07bed2a..0647417 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartacme', - version: '7.3.3', + version: '7.3.4', description: 'A TypeScript-based ACME client for LetsEncrypt certificate management with a focus on simplicity and power.' }