Skip to content

Commit fc3f8fc

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.2...v2.1.0) (2022-09-12) ### Features * add strict mode for function related asserts ([#39](#39)) ([e456a13](e456a13))
1 parent e456a13 commit fc3f8fc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.1.0](https://github.com/getndazn/kopytko-unit-testing-framework/compare/v2.0.2...v2.1.0) (2022-09-12)
2+
3+
4+
### Features
5+
6+
* add strict mode for function related asserts ([#39](https://github.com/getndazn/kopytko-unit-testing-framework/issues/39)) ([e456a13](https://github.com/getndazn/kopytko-unit-testing-framework/commit/e456a1328a5aa95834fc80cf9b729658e8a53594))
7+
18
## [2.0.2](https://github.com/getndazn/kopytko-unit-testing-framework/compare/v2.0.1...v2.0.2) (2022-08-05)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
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.0.2",
3+
"version": "2.1.0",
44
"description": "Kopytko Unit Testing Framework",
55
"scripts": {
66
"lint": "eslint ./"

0 commit comments

Comments
 (0)