Co-authored-by: levex <levex@users.noreply.github.com>
This commit is contained in:
denobot 2023-05-18 17:12:08 +02:00 committed by GitHub
parent 31c07ab89b
commit 1000a6bd57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
### 0.188.0 / 2023.05.18
- fix(flags): correctly collect default value (#3380)
### 0.187.0 / 2023.05.12
- feat(collections): add `partitionEntries` (#3365)

View File

@ -5,4 +5,4 @@
* the cli's API is stable. In the future when std becomes stable, likely we
* will match versions with cli as we have in the past.
*/
export const VERSION = "0.187.0";
export const VERSION = "0.188.0";