Skip to content

Commit 8108e67

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.4.0...v2.0.0) (2020-12-13) ### Features * fixes exports ([0bb3875](0bb3875)), closes [#1](#1) ### BREAKING CHANGES * Makes the package actually work.
1 parent 0bb3875 commit 8108e67

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
# [1.4.0](https://github.com/janhesters/mock-function/compare/v1.3.0...v1.4.0) (2020-12-13)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@
7979
"semantic-release": "semantic-release"
8080
},
8181
"types": "dist/index.d.ts",
82-
"version": "1.4.0"
82+
"version": "2.0.0"
8383
}

0 commit comments

Comments
 (0)