fix(readme): Remove npm version and license badges from the readme to streamline documentation.

This commit is contained in:
Philipp Kunz 2025-04-02 15:21:34 +00:00
parent fcc11dd5f6
commit 8f78d1f3da
3 changed files with 19 additions and 3 deletions

11
changelog.md Normal file
View File

@ -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

View File

@ -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

8
ts/00_commitinfo_data.ts Normal file
View File

@ -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'
}