Apply Version Updates From Current Changes (#2068)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-06-24 09:47:49 -03:00 committed by GitHub
parent c57139f16f
commit df95fb6aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,7 @@
".changes/api-cjs-chunks.md",
".changes/api-export-BaseDirectory.md",
".changes/api-export-package-json.md",
".changes/api-export-type-fix.md",
".changes/api-export-type.md",
".changes/api-feature-flags.md",
".changes/api-focus.md",

View File

@ -1,5 +1,10 @@
# Changelog
## \[1.0.0-beta.3]
- Export `Response` and `ResponseType` as value instead of type.
- [394b6e05](https://www.github.com/tauri-apps/tauri/commit/394b6e0572e7a0a92e103e462a7f603f7d569319) fix(api): http `ResponseType` export type error ([#2065](https://www.github.com/tauri-apps/tauri/pull/2065)) on 2021-06-24
## \[1.0.0-beta.2]
- Export `BaseDirectory` in `path` module

View File

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/api",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Tauri API definitions",
"type": "module",
"funding": {