This commit is contained in:
Bartek Iwańczuk 2021-12-22 16:28:35 +01:00 committed by GitHub
parent 0d7cf1f2a3
commit 9a52967ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
### 0.119.0 / 2021.12.22
- feat(hash): add Tiger hash (#1729)
- feat(node): expose util.debuglog (#1735)
- feat(node/util): implement `getOwnNonIndexProperties` (#1728)
- feat(uuid): add `validate` function to check UUID (#1720)
### 0.118.0 / 2021.12.16
- [BREAKING] Remove 'findLast' from 'collections' module (#1527)

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.118.0";
export const VERSION = "0.119.0";