Skip to content

Commit c001e87

Browse files
chore(release): 2.3.0 [skip ci]
# [2.3.0](v2.2.0...v2.3.0) (2023-03-15) ### Features * add properties mocking methods to mockFunction ([#43](#43)) ([a5bf7c1](a5bf7c1))
1 parent a5bf7c1 commit c001e87

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.3.0](https://github.com/getndazn/kopytko-unit-testing-framework/compare/v2.2.0...v2.3.0) (2023-03-15)
2+
3+
4+
### Features
5+
6+
* add properties mocking methods to mockFunction ([#43](https://github.com/getndazn/kopytko-unit-testing-framework/issues/43)) ([a5bf7c1](https://github.com/getndazn/kopytko-unit-testing-framework/commit/a5bf7c19ca80471fd7a54832f3c963a342744dd0))
7+
18
# [2.2.0](https://github.com/getndazn/kopytko-unit-testing-framework/compare/v2.1.0...v2.2.0) (2023-03-03)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dazn/kopytko-unit-testing-framework",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "Kopytko Unit Testing Framework",
55
"scripts": {
66
"lint": "eslint ./"

0 commit comments

Comments
 (0)