Skip to content

Commit

Permalink
bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
florinn committed Oct 31, 2017
1 parent 7febe91 commit b7ca662
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v2.1.0 / 2017-10-31
===================

* enable dynamic mocks to call failing invocation toString at error time #77
* update to lodash 4.17.4

v2.0.1 / 2017-08-10
===================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typemoq",
"version": "2.0.1",
"version": "2.1.0",
"description": "A simple mocking library for TypeScript",
"author": "Florin Nitoi <florin.nitoi@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion typemoq.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>typemoq</id>
<version>2.0.1</version>
<version>2.1.0</version>
<title>TypeMoq</title>
<authors>Florin Nitoi</authors>
<licenseUrl>https://github.com/florinn/typemoq/blob/master/LICENSE</licenseUrl>
Expand Down

0 comments on commit b7ca662

Please sign in to comment.