mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +03:00
9a6986965e
* feat: add file:// * feat: add changeset
18 lines
430 B
Markdown
18 lines
430 B
Markdown
---
|
|
"@bbob/parser": minor
|
|
"@bbob/types": minor
|
|
"@bbob/cli": minor
|
|
"@bbob/core": minor
|
|
"@bbob/html": minor
|
|
"@bbob/plugin-helper": minor
|
|
"@bbob/preset": minor
|
|
"@bbob/preset-html5": minor
|
|
"@bbob/preset-react": minor
|
|
"@bbob/preset-vue": minor
|
|
"@bbob/react": minor
|
|
"@bbob/vue2": minor
|
|
"@bbob/vue3": minor
|
|
---
|
|
|
|
Now all file protocol urls will be escaped like `file://some/path/to/file` will be converted to `file%3A//some/path/to/file`
|