Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
dcc89f0088 | |||
695a515990 |
@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# 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)
|
## 2025-05-05 - 7.3.3 - fix(SmartAcme)
|
||||||
Remove duplicate challengeHandlers declaration from SmartAcme class
|
Remove duplicate challengeHandlers declaration from SmartAcme class
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartacme",
|
"name": "@push.rocks/smartacme",
|
||||||
"version": "7.3.3",
|
"version": "7.3.4",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A TypeScript-based ACME client for LetsEncrypt certificate management with a focus on simplicity and power.",
|
"description": "A TypeScript-based ACME client for LetsEncrypt certificate management with a focus on simplicity and power.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartacme',
|
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.'
|
description: 'A TypeScript-based ACME client for LetsEncrypt certificate management with a focus on simplicity and power.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user