[1.1.1] - 2025-01-10
Added
- Automation using GitHub Actions to automatically publish to npm when a new release is created.
- Validates package version to prevent publishing duplicate versions.
- Executes automated tests (
npm test
) to ensure package stability. - Adds dependency caching to improve CI/CD performance.
- Configures npm authentication automatically via
.npmrc
.