Skip to content

Commit

Permalink
0.168.0 (#3004)
Browse files Browse the repository at this point in the history
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
  • Loading branch information
denobot and bartlomieju committed Dec 14, 2022
1 parent 01696ce commit 2b0ca48
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 0.168.0 / 2022.12.14

- BREAKING(archive): move to single-export files (#2958)
- BREAKING(dotenv): rename config to load (#2616)
- BREAKING(io): single-export files (#2975)
- fix(encoding): base58 decoding (#2982)
- fix(node): fix nextTick shim in deploy (#2980)
- fix(node): ignore NotSupported errors coming from `Deno.chmod` (#2996)
- fix(node/http): do not buffer first chunk (#2989)
- perf(encoding/yaml) Don't allocate buffers unnecessarily (#2967)
- perf(node/buffer): improve utf8 decoding performance (#2986)

### 0.167.0 / 2022.12.01

- Reorder steps to view documentation (#2948)
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.167.0";
export const VERSION = "0.168.0";

0 comments on commit 2b0ca48

Please sign in to comment.