This commit is contained in:
Satya Rohith 2022-03-03 20:48:06 +05:30 committed by GitHub
parent b3cdf0a8b0
commit b24aadfefe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -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)

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.127.0";
export const VERSION = "0.128.0";