From b7005f360cf94f8ab3224618bb013033c9c27605 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 27 Apr 2025 14:30:53 +0000 Subject: [PATCH] fix(readme): Remove extraneous code fence markers from license section in readme --- changelog.md | 6 ++++++ readme.md | 3 --- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 9685911..02f59dc 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/readme.md b/readme.md index 98c2551..9d1a99b 100644 --- a/readme.md +++ b/readme.md @@ -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. -``` diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 46eba3c..68ee350 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: '6.0.0', + version: '6.0.1', description: 'A TypeScript-based ACME client for LetsEncrypt certificate management with a focus on simplicity and power.' }