Skip to content

Commit

Permalink
0.119.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored Dec 22, 2021
1 parent 0d7cf1f commit 9a52967
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit 9a52967

Please sign in to comment.