Release v1.0.1: Add metadata, changelog, and license

- Bump version to 1.0.1
- Add CHANGELOG.md entry for v1.0.1 (documentation and metadata additions)
- Add package.json with OpenClaw skill metadata and environment declarations
- Add LICENSE (MIT)
- Update README.md with references to new documentation files
- Addresses security scanner recommendations for credential transparency
This commit is contained in:
2026-02-11 16:43:09 +00:00
parent 39e6592c42
commit 857dd3450f
2 changed files with 20 additions and 1 deletions

View File

@@ -30,6 +30,25 @@ All notable changes to the Porkbun DNS skill will be documented in this file.
--- ---
## [1.0.1] - 2026-02-11
### Added
- `package.json` with complete OpenClaw skill metadata
- `CHANGELOG.md` for version tracking
- `LICENSE` (MIT) for proper licensing
### Changed
- `package.json` now explicitly declares required environment variables (`PORKBUN_API_KEY`, `PORKBUN_SECRET_API_KEY`)
- Documented config file path: `~/.config/porkbun/config.json`
- Updated `README.md` with enhanced installation instructions
- Added references to CHANGELOG, LICENSE, and package.json in README
### Security
- Addressed security scanner recommendations by transparently declaring credential requirements
- Clearly documented where credentials are stored and how they're used
---
## [Unreleased] ## [Unreleased]
### Planned ### Planned

View File

@@ -1,6 +1,6 @@
{ {
"name": "porkbun-dns", "name": "porkbun-dns",
"version": "1.0.0", "version": "1.0.1",
"description": "Manage Porkbun DNS records and domains via API v3. Create, read, update, and delete DNS records for domains managed by Porkbun.", "description": "Manage Porkbun DNS records and domains via API v3. Create, read, update, and delete DNS records for domains managed by Porkbun.",
"homepage": "http://git.theta42.com/nova/porkbun-skill", "homepage": "http://git.theta42.com/nova/porkbun-skill",
"author": { "author": {