Skip to content

Commit

Permalink
0.128.0
Browse files Browse the repository at this point in the history
  • Loading branch information
satyarohith authored Mar 3, 2022
1 parent b3cdf0a commit b24aadf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.128.0 / 2022.03.03

- feat(node): add crypto.webcrypto (#1961)
- feat(streams): TextLineStream (#1978)
- fix(dotenv): avoid top-level-await in load.ts (#1964)
- fix(node): fix http client reqs with bodies (#1983)
- fix(testing): fix assertObjectMatch for RegExp/Map/Set (#1967)

### 0.127.0 / 2022.02.24

- feat(async): add `abortable` to async module. (#1939)
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.127.0";
export const VERSION = "0.128.0";

0 comments on commit b24aadf

Please sign in to comment.