Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2020-12-19)

### Features

* add hasBeenCalledTimes ([6d24139](6d24139)), closes [#19](#19)
  • Loading branch information
semantic-release-bot committed Dec 19, 2020
1 parent 6d24139 commit 46a5324
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.1.0](https://github.com/janhesters/mock-function/compare/v2.0.0...v2.1.0) (2020-12-19)


### Features

* add hasBeenCalledTimes ([6d24139](https://github.com/janhesters/mock-function/commit/6d2413938bce3659810634790d57ea194e78a126)), closes [#19](https://github.com/janhesters/mock-function/issues/19)

# [2.0.0](https://github.com/janhesters/mock-function/compare/v1.4.0...v2.0.0) (2020-12-13)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@
"watch": "watch 'clear && yarn test' src"
},
"types": "dist/index.d.ts",
"version": "2.0.0"
"version": "2.1.0"
}

0 comments on commit 46a5324

Please sign in to comment.