appwrite-cli 13.0.0-rc.5 → 13.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,16 @@
1
1
  # Change Log
2
2
 
3
+ ## 13.0.0
4
+
5
+ - Mark release as stable
6
+ - Feat: add pull sync on destruction of remote resources (+ confirmation)
7
+ - Fix: refine zod schema to check string size
8
+ - Validate using zod schema during push cli command
9
+ - Maintain order of keys in local config
10
+
3
11
  ## 13.0.0-rc.5
4
12
 
5
- - Fix Push all not working correctly
13
+ - Fix push all command not working correctly
6
14
 
7
15
  ## 13.0.0-rc.4
8
16
 
package/README.md CHANGED
@@ -29,7 +29,7 @@ Once the installation is complete, you can verify the install using
29
29
 
30
30
  ```sh
31
31
  $ appwrite -v
32
- 13.0.0-rc.5
32
+ 13.0.0
33
33
  ```
34
34
 
35
35
  ### Install using prebuilt binaries
@@ -60,7 +60,7 @@ $ scoop install https://raw.githubusercontent.com/appwrite/sdk-for-cli/master/sc
60
60
  Once the installation completes, you can verify your install using
61
61
  ```
62
62
  $ appwrite -v
63
- 13.0.0-rc.5
63
+ 13.0.0
64
64
  ```
65
65
 
66
66
  ## Getting Started