We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb3875 commit 8108e67Copy full SHA for 8108e67
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+# [2.0.0](https://github.com/janhesters/mock-function/compare/v1.4.0...v2.0.0) (2020-12-13)
2
+
3
4
+### Features
5
6
+* fixes exports ([0bb3875](https://github.com/janhesters/mock-function/commit/0bb387511ed5f09a3bc094d250235afaa4069b83)), closes [#1](https://github.com/janhesters/mock-function/issues/1)
7
8
9
+### BREAKING CHANGES
10
11
+* Makes the package actually work.
12
13
# [1.4.0](https://github.com/janhesters/mock-function/compare/v1.3.0...v1.4.0) (2020-12-13)
14
15
package.json
@@ -79,5 +79,5 @@
79
"semantic-release": "semantic-release"
80
},
81
"types": "dist/index.d.ts",
82
- "version": "1.4.0"
+ "version": "2.0.0"
83
}
0 commit comments