fix(docs): document built-in concurrency control, rate limiting, and request deduplication in README

This commit is contained in:
2026-02-15 23:31:42 +00:00
parent 2cf3dbdd95
commit 8cd713447e
3 changed files with 92 additions and 12 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartacme',
version: '9.1.1',
version: '9.1.2',
description: 'A TypeScript-based ACME client for LetsEncrypt certificate management with a focus on simplicity and power.'
}