mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.142.0
This commit is contained in:
parent
7178a3ba00
commit
71874c7796
@ -1,3 +1,11 @@
|
||||
### 0.142.0 / 2022.06.02
|
||||
|
||||
- feat(crypto): add fnv algorithms (#2200)
|
||||
- feat: add media_types (#2286)
|
||||
- fix(node): type checking on AsyncResource (#2289)
|
||||
- fix: assertSnapshot errors on empty snapshot in non-update mode (#2269)
|
||||
- fix: put TextLineStream CR handling behind option (#2277)
|
||||
|
||||
### 0.141.0 / 2022.05.27
|
||||
|
||||
- BREAKING(flags): introduce `collect` option (#2247)
|
||||
|
@ -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.141.0";
|
||||
export const VERSION = "0.142.0";
|
||||
|
Loading…
Reference in New Issue
Block a user