From 8f78d1f3daa899d773113b9de0e718cd96a3965b Mon Sep 17 00:00:00 2001
From: Philipp Kunz <code@philkunz.com>
Date: Wed, 2 Apr 2025 15:21:34 +0000
Subject: [PATCH] fix(readme): Remove npm version and license badges from the
 readme to streamline documentation.

---
 changelog.md             | 11 +++++++++++
 readme.md                |  3 ---
 ts/00_commitinfo_data.ts |  8 ++++++++
 3 files changed, 19 insertions(+), 3 deletions(-)
 create mode 100644 changelog.md
 create mode 100644 ts/00_commitinfo_data.ts

diff --git a/changelog.md b/changelog.md
new file mode 100644
index 0000000..202ad87
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,11 @@
+# Changelog
+
+## 2025-04-02 - 1.0.2 - fix(readme)
+Remove npm version and license badges from the readme to streamline documentation.
+
+- Removed the npm version badge and license badge from the top of the readme file.
+
+## 2025-04-02 - 1.0.1 - initial
+Initial commit setting up the project
+
+- Established the initial baseline for the project
\ No newline at end of file
diff --git a/readme.md b/readme.md
index 19263a6..3e4553b 100644
--- a/readme.md
+++ b/readme.md
@@ -2,9 +2,6 @@
 
 A comprehensive TypeScript client for the Namecheap API, providing a clean, type-safe interface for domain management, DNS configuration, and domain transfers.
 
-[![npm version](https://img.shields.io/npm/v/@apiclient.xyz/namecheap.svg)](https://www.npmjs.com/package/@apiclient.xyz/namecheap)
-[![License](https://img.shields.io/npm/l/@apiclient.xyz/namecheap.svg)](https://github.com/apiclient-xyz/namecheap/blob/main/LICENSE)
-
 ## Features
 
 - **Complete API Coverage**: Supports all major Namecheap API endpoints
diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts
new file mode 100644
index 0000000..e192c10
--- /dev/null
+++ b/ts/00_commitinfo_data.ts
@@ -0,0 +1,8 @@
+/**
+ * autocreated commitinfo by @push.rocks/commitinfo
+ */
+export const commitinfo = {
+  name: '@apiclient.xyz/namecheap',
+  version: '1.0.2',
+  description: 'unofficial namecheap API client'
+}