mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
Apply Version Updates From Current Changes (#2520)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
parent
657c7dac73
commit
17500cbadb
@ -236,6 +236,7 @@
|
||||
".changes/resources-dir-refactor.md",
|
||||
".changes/restart-application.md",
|
||||
".changes/revert-cli.js-es-module.md",
|
||||
".changes/revert-es2021.md",
|
||||
".changes/rpc-security.md",
|
||||
".changes/run-iteration.md",
|
||||
".changes/run-on-main-thread-refactor.md",
|
||||
|
@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## \[1.0.0-beta.8]
|
||||
|
||||
- Revert target back to ES5.
|
||||
- [657c7dac](https://www.github.com/tauri-apps/tauri/commit/657c7dac734661956b87d021ff531ba530dd92a3) fix(api): revert ES2021 target on 2021-08-23
|
||||
|
||||
## \[1.0.0-beta.7]
|
||||
|
||||
- Fix missing asset protocol path.Now the protocol is `https://asset.localhost/path/to/file` on Windows. Lunix and macOS
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tauri-apps/api",
|
||||
"version": "1.0.0-beta.7",
|
||||
"version": "1.0.0-beta.8",
|
||||
"description": "Tauri API definitions",
|
||||
"type": "module",
|
||||
"funding": {
|
||||
|
Loading…
Reference in New Issue
Block a user