fix(readme): Remove npm version and license badges from the readme to streamline documentation.
This commit is contained in:
parent
fcc11dd5f6
commit
8f78d1f3da
11
changelog.md
Normal file
11
changelog.md
Normal 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
|
@ -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.
|
||||
|
||||
[](https://www.npmjs.com/package/@apiclient.xyz/namecheap)
|
||||
[](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
8
ts/00_commitinfo_data.ts
Normal 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'
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user