From f95f1a3c5b0f26f37fa561c12d4db7e363b50af2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Aug 2022 12:45:08 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [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 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) 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 ./"