From da75c52c09a66c567e3bf3b12b3923138b738b93 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 27 Apr 2025 14:51:22 +0000 Subject: [PATCH] fix(repo): Update repository metadata by replacing the LICENSE file with a license.md file for improved consistency. --- changelog.md | 6 ++++++ LICENSE => license.md | 0 ts/00_commitinfo_data.ts | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) rename LICENSE => license.md (100%) diff --git a/changelog.md b/changelog.md index 82c4b45..e0d3fd2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-04-27 - 6.1.2 - fix(repo) +Update repository metadata by replacing the LICENSE file with a license.md file for improved consistency. + +- Removed the old LICENSE file. +- Introduced license.md as the new license documentation file. + ## 2025-04-27 - 6.1.1 - fix(readme) Fix license link reference in documentation diff --git a/LICENSE b/license.md similarity index 100% rename from LICENSE rename to license.md diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 03e56d0..6120065 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.1.1', + version: '6.1.2', description: 'A TypeScript-based ACME client for LetsEncrypt certificate management with a focus on simplicity and power.' }