Skip to content

Commit bebaaa2

Browse files
committed
bump to 1.5.0
1 parent 9ae3bc7 commit bebaaa2

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v1.5.0 / 2017-04-25
2+
===================
3+
4+
* display expected and actual calls when count verification failed #56
5+
* display args as json strings in mock failure messages #56
6+
17
v1.4.2 / 2017-04-20
28
===================
39

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typemoq",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"description": "A simple mocking library for TypeScript",
55
"author": "Florin Nitoi <florin.nitoi@gmail.com>",
66
"license": "MIT",

typemoq.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>typemoq</id>
5-
<version>1.4.2</version>
5+
<version>1.5.0</version>
66
<title>TypeMoq</title>
77
<authors>Florin Nitoi</authors>
88
<licenseUrl>https://github.com/florinn/typemoq/blob/master/LICENSE</licenseUrl>

0 commit comments

Comments
 (0)