fix(readme): Remove extraneous code fence markers from license section in readme
This commit is contained in:
parent
49f5d344a4
commit
b7005f360c
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-04-27 - 6.0.1 - fix(readme)
|
||||
Remove extraneous code fence markers from license section in readme
|
||||
|
||||
- Removed unnecessary triple backticks wrapping the license information
|
||||
- Improved clarity of the license section in the documentation
|
||||
|
||||
## 2025-04-27 - 6.0.0 - BREAKING CHANGE(SmartAcme)
|
||||
Refactor challenge handling by removing legacy setChallenge/removeChallenge in favor of pluggable challengeHandlers and update documentation and tests accordingly
|
||||
|
||||
|
@ -237,8 +237,6 @@ This comprehensive guide ensures you can set up, manage, and test ACME certifica
|
||||
|
||||
---
|
||||
|
||||
```
|
||||
|
||||
## License and Legal Information
|
||||
|
||||
This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository.
|
||||
@ -257,4 +255,3 @@ Registered at District court Bremen HRB 35230 HB, Germany
|
||||
For any legal inquiries or if you require further information, please contact us via email at hello@task.vc.
|
||||
|
||||
By using this repository, you acknowledge that you have read this section, agree to comply with its terms, and understand that the licensing of the code does not imply endorsement by Task Venture Capital GmbH of any derivative works.
|
||||
```
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartacme',
|
||||
version: '6.0.0',
|
||||
version: '6.0.1',
|
||||
description: 'A TypeScript-based ACME client for LetsEncrypt certificate management with a focus on simplicity and power.'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user