From 3ceed62686b92b3ab0bcaa00446e107b8cb4646b Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Thu, 15 Sep 2022 12:35:05 -0300 Subject: [PATCH] chore: add `exists` function to the changelog --- .changes/feat-exists-api.md | 6 ------ core/tauri/CHANGELOG.md | 2 ++ tooling/api/CHANGELOG.md | 2 ++ 3 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 .changes/feat-exists-api.md diff --git a/.changes/feat-exists-api.md b/.changes/feat-exists-api.md deleted file mode 100644 index 9b2c0af60..000000000 --- a/.changes/feat-exists-api.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"api": minor -"tauri": minor ---- - -Add `exists` function to the fs module. \ No newline at end of file diff --git a/core/tauri/CHANGELOG.md b/core/tauri/CHANGELOG.md index 8d6034659..ce5d76696 100644 --- a/core/tauri/CHANGELOG.md +++ b/core/tauri/CHANGELOG.md @@ -36,6 +36,8 @@ - [331f3460](https://www.github.com/tauri-apps/tauri/commit/331f3460027614738ddbbbbcd04bfc59a349f3de) feat(core): add option to use vendored openssl, closes [#4470](https://www.github.com/tauri-apps/tauri/pull/4470) ([#4809](https://www.github.com/tauri-apps/tauri/pull/4809)) on 2022-08-02 - Update windows to 0.39.0 and webview2-com to 0.19.1. - [e6d9b670](https://www.github.com/tauri-apps/tauri/commit/e6d9b670b0b314ed667b0e164f2c8d27048e678f) refactor: remove unneeded focus code ([#5065](https://www.github.com/tauri-apps/tauri/pull/5065)) on 2022-09-03 +- Add `exists` function to the fs module. + - [3c62dbc9](https://www.github.com/tauri-apps/tauri/commit/3c62dbc902c904d35a7472ce72a969084c95fbbe) feat(api): Add `exists` function to the fs module. ([#5060](https://www.github.com/tauri-apps/tauri/pull/5060)) on 2022-09-15 ## \[1.0.5] diff --git a/tooling/api/CHANGELOG.md b/tooling/api/CHANGELOG.md index b0282421a..632694d1d 100644 --- a/tooling/api/CHANGELOG.md +++ b/tooling/api/CHANGELOG.md @@ -8,6 +8,8 @@ - [aa9f1243](https://www.github.com/tauri-apps/tauri/commit/aa9f1243e6c1629972a82e469f20c8399741740e) Improved EventEmitter for tauri api shell ([#4697](https://www.github.com/tauri-apps/tauri/pull/4697)) on 2022-07-26 - Added the `encoding` option to the `Command` options. - [d8cf9f9f](https://www.github.com/tauri-apps/tauri/commit/d8cf9f9fcd617ac24fa418952fd4a32c08804f5c) Command support for specified character encoding, closes [#4644](https://www.github.com/tauri-apps/tauri/pull/4644) ([#4772](https://www.github.com/tauri-apps/tauri/pull/4772)) on 2022-07-28 +- Add `exists` function to the fs module. + - [3c62dbc9](https://www.github.com/tauri-apps/tauri/commit/3c62dbc902c904d35a7472ce72a969084c95fbbe) feat(api): Add `exists` function to the fs module. ([#5060](https://www.github.com/tauri-apps/tauri/pull/5060)) on 2022-09-15 ## \[1.0.2]