tauri/.changes/core-path-basename-replace.md
Amr Bashir 379cc2b354
fix(core/path): remove suffix in basename only once (#9165)
* fix(core/path): remove suffix in `basename` only once

closes #9064

* Update tooling/api/src/path.ts

* remove extra assert

---------

Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
2024-03-18 08:40:23 -03:00

174 B

tauri @tauri-apps/api
patch:bug patch:bug

Fix basename(path, 'ext') JS API when removing all occurances of ext where it should only remove the last one.