This commit is contained in:
denobot 2022-05-12 09:07:23 -04:00 committed by GitHub
parent 436c3a7b25
commit c78f1fd612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
### 0.139.0 / 2022.05.12
- feat(encoding): add jsonc parser (#2154)
- feat(node/dns): Implement Resolver APIs (#2201)
- feat(node/net): unix domain socket support (#2146)
- feat(testing/snapshot): add "assertSnapshot" options overload (#2179)
- fix(node/module): interpret length parameter as optional in blitBuffer (#2199)
- fix(node/timers): set custom promisify function (#2198)
### 0.138.0 / 2022.05.05
- fix: Export equalSimd and equalsNaive (#2187)

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.138.0";
export const VERSION = "0.139.0";