Skip to content

Commit 8cbdc5e

Browse files
committed
Changelog for 3.3.2
1 parent 516cbbe commit 8cbdc5e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## [v3.3.2](https://github.com/testdouble/testdouble.js/tree/v3.3.2) (2018-01-16)
4+
[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.3.1...v3.3.2)
5+
6+
**Fixed bugs:**
7+
8+
- td.replace\(\) on an un-parseable source will claim the module is missing instead of printing the parse error [\#320](https://github.com/testdouble/testdouble.js/issues/320)
9+
10+
**Closed issues:**
11+
12+
- thenThrow does not work if stub passed down [\#319](https://github.com/testdouble/testdouble.js/issues/319)
13+
14+
**Merged pull requests:**
15+
16+
- Erroring on undefined for td.object [\#322](https://github.com/testdouble/testdouble.js/pull/322) ([gotenxds](https://github.com/gotenxds))
17+
318
## [v3.3.1](https://github.com/testdouble/testdouble.js/tree/v3.3.1) (2018-01-05)
419
[Full Changelog](https://github.com/testdouble/testdouble.js/compare/v3.3.0...v3.3.1)
520

0 commit comments

Comments
 (0)