diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c2fdc..4925bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0](https://github.com/getndazn/kopytko-unit-testing-framework/compare/v2.0.2...v2.1.0) (2022-09-12) + + +### Features + +* 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)) + ## [2.0.2](https://github.com/getndazn/kopytko-unit-testing-framework/compare/v2.0.1...v2.0.2) (2022-08-05) diff --git a/package-lock.json b/package-lock.json index 6a7c0b9..7b77592 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dazn/kopytko-unit-testing-framework", - "version": "2.0.2", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 8a9a200..5486d51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dazn/kopytko-unit-testing-framework", - "version": "2.0.2", + "version": "2.1.0", "description": "Kopytko Unit Testing Framework", "scripts": { "lint": "eslint ./"