chore: bump version to 2.8.4

This commit is contained in:
Jiaxin Peng
2026-03-04 10:37:07 +00:00
parent 95b22619b4
commit a2200b68af
4 changed files with 11 additions and 3 deletions

View File

@@ -2,6 +2,13 @@
## Unreleased
### Added
### Changed
### Fixed
## 2.8.4 (2026-03-04)
### Fixed
- Fixed version bump with `tag-version-prefix="v"` in `.npmrc` causing incorrect version format in `package.json` (e.g. `v2.8.1` instead of `2.8.1`)