Skip to content

Commit 410863c

Browse files
committed
2.1.1
1 parent 6728f03 commit 410863c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/testdouble.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
2+
33
*
44
* A minimal test double library for TDD with JavaScript
55
*
@@ -10433,7 +10433,7 @@ var ignoreMessage = function ignoreMessage(config) {
1043310433
Object.defineProperty(exports, "__esModule", {
1043410434
value: true
1043510435
});
10436-
exports.default = '2.1.0';
10436+
exports.default = '2.1.1';
1043710437

1043810438
},{}],291:[function(require,module,exports){
1043910439
'use strict';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testdouble",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A minimal test double library for TDD with JavaScript",
55
"homepage": "https://github.com/testdouble/testdouble.js",
66
"author": {

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '2.1.0'
1+
export default '2.1.1'

0 commit comments

Comments
 (0)