This commit is contained in:
denobot 2022-06-02 18:03:34 +02:00 committed by GitHub
parent 7178a3ba00
commit 71874c7796
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.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)

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.141.0";
export const VERSION = "0.142.0";