Add regression tests for CJK characters (#471)
Licensed / Check licenses (push) Successful in 33s
Test / Build (ubuntu-latest) (push) Failing after 53s
Check dist/ / check-dist (push) Successful in 9m15s
Code scanning - action / CodeQL-Build (push) Failing after 24m41s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled

* Add regression tests for CJK characters

* Dedupe the names and remove the ignored `name` param

* Bump @actions/artifact to v6.2.1

* Run `npm run release`

* Update licenses
This commit is contained in:
Daniel Kennedy
2026-03-11 11:35:54 -04:00
committed by GitHub
parent e6d03f6737
commit 3e5f45b2cf
6 changed files with 338 additions and 279 deletions
+4
View File
@@ -38,6 +38,10 @@ See also [upload-artifact](https://github.com/actions/upload-artifact).
- Chore: we've bumped versions on a lot of our dev packages to get them up to date with the latest bugfixes/security patches.
### v8.0.1
- Support for CJK (Chinese/Japanese/Korean) characters in the file name.
## v7 - What's new
> [!IMPORTANT]