ebin-player

1.0.0 (2025-10-12)

Bug Fixes

Features

Performance Improvements

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2024-01-01)

Features

Documentation

Testing


开发说明

提交规范

本项目使用 Conventional Commits 规范:

版本发布

生成变更日志

# 生成变更日志
npm run changelog

# 生成完整变更日志
npm run changelog:all

# 发布新版本
npm run version:patch  # 修订版本
npm run version:minor  # 次版本
npm run version:major  # 主版本