Skip to content

Commit

Permalink
0.162.0 (#2835)
Browse files Browse the repository at this point in the history
Co-authored-by: bartlomieju <[email protected]>
  • Loading branch information
denobot and bartlomieju authored Nov 3, 2022
1 parent b25e580 commit 241e7eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 0.162.0 / 2022.11.03

- feat(encoding/front_matter): add support for different formats of front matter
(#2801)
- feat(streams): add ByteSliceStream (#2795)
- feat(tools): add import path check in docs (#2820)
- fix(dotenv): Empty string crashing parsing (#2819)
- fix(flags): set boolean aliases to false by default (#2824)
- fix(node): `node:setup` task honours `-y` flag (#2825)
- fix(node/fs): add support for numeric flags in `fs.open()` (#2828)

### 0.161.0 / 2022.10.26

- BREAKING: remove deprecated `std/hash` module (#2786)
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.161.0";
export const VERSION = "0.162.0";

0 comments on commit 241e7eb

Please sign in to comment.