diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d7490..fb7bed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/getndazn/kopytko-unit-testing-framework/compare/v1.3.1...v2.0.0) (2022-08-02) + + +### Features + +* add mock function and test functions ([#36](https://github.com/getndazn/kopytko-unit-testing-framework/issues/36)) ([bc75923](https://github.com/getndazn/kopytko-unit-testing-framework/commit/bc75923996f6f5b92400e81797a313595a59f337)) + + +### BREAKING CHANGES + +* adds insertKopytkoUnitTestSuiteArgument bs_const flag + ## [1.3.1](https://github.com/getndazn/kopytko-unit-testing-framework/compare/v1.3.0...v1.3.1) (2022-08-02) diff --git a/package-lock.json b/package-lock.json index 4c5aab0..5b0bdc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dazn/kopytko-unit-testing-framework", - "version": "1.3.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 8116faa..ecaab85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dazn/kopytko-unit-testing-framework", - "version": "1.3.1", + "version": "2.0.0", "description": "Kopytko Unit Testing Framework", "scripts": { "lint": "eslint ./"