소스 검색

chore: add `exists` function to the changelog

Lucas Nogueira 2 년 전
부모
커밋
3ceed62686
3개의 변경된 파일4개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      .changes/feat-exists-api.md
  2. 2 0
      core/tauri/CHANGELOG.md
  3. 2 0
      tooling/api/CHANGELOG.md

+ 0 - 6
.changes/feat-exists-api.md

@@ -1,6 +0,0 @@
----
-"api": minor
-"tauri": minor
----
-
-Add `exists` function to the fs module.

+ 2 - 0
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]
 

+ 2 - 0
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]