Skip to content

Commit e68bce1

Browse files
committed
3.2.6
1 parent cfb11e4 commit e68bce1

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
*
@@ -11331,7 +11331,7 @@ var ignoreMessage = function ignoreMessage(config) {
1133111331
Object.defineProperty(exports, "__esModule", {
1133211332
value: true
1133311333
});
11334-
exports.default = '3.2.5';
11334+
exports.default = '3.2.6';
1133511335

1133611336
},{}],336:[function(require,module,exports){
1133711337
'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": "3.2.5",
3+
"version": "3.2.6",
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 '3.2.5'
1+
export default '3.2.6'

0 commit comments

Comments
 (0)