mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-29 13:03:09 +03:00
Apply Version Updates From Current Changes (#2068)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
parent
c57139f16f
commit
df95fb6aaa
@ -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",
|
||||
|
@ -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
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user