Apply Version Updates From Current Changes (#2520)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-08-23 13:03:31 -03:00 committed by GitHub
parent 657c7dac73
commit 17500cbadb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions

View File

@ -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",

View File

@ -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

View File

@ -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": {