Skip to content

Commit 635da0f

Browse files
authored
0.100.0
1 parent f1c4404 commit 635da0f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Releases.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 0.100.0 / 2021.06.29
2+
3+
- feat(testing/asserts): improved strings diff (#948)
4+
- feat(testing/asserts): use assertion signature for "assertExists" (#969)
5+
- fix(node/events): align EventEmitter#addListener with native node tests (#976)
6+
- fix(path): fix type error in glob.ts with noImplicitAny: false config (#977)
7+
18
### 0.99.0 / 2021.06.15
29

310
- feat(mime): make createPart of MultipartWriter public (#960)

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* the cli's API is stable. In the future when std becomes stable, likely we
66
* will match versions with cli as we have in the past.
77
*/
8-
export const VERSION = "0.99.0";
8+
export const VERSION = "0.100.0";

0 commit comments

Comments
 (0)