This commit is contained in:
Aaron O'Mullan 2021-09-28 15:42:50 +02:00 committed by GitHub
parent 8e65b147b2
commit f849d2ee60
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.109.0 / 2021.09.28
- feat(std/node/stream): add partial support for `stream/web` (#1297)
- fix(node/_tools): use denoflate to decompress Node test folder (#1299)
- fix(node/events): make `EventEmitter.call` compatible with es5 (#1315)
- fix(std/node/module): treat .mjs files as ESM (#1301)
- perf(crypto): reduce one mircotask (#1307)
### 0.108.0 / 2021.09.21
- fix: use `strict-ts44.tsconfig.json` on release tests (#1278)

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.108.0";
export const VERSION = "0.109.0";