Skip to content

Commit

Permalink
0.188.0 (#3389)
Browse files Browse the repository at this point in the history
Co-authored-by: levex <levex@users.noreply.github.com>
  • Loading branch information
denobot and levex authored May 18, 2023
1 parent 31c07ab commit 1000a6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit 1000a6b

Please sign in to comment.