diff --git a/CHANGELOG.md b/CHANGELOG.md index 4925bb0..39aef15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.2.0](https://github.com/getndazn/kopytko-unit-testing-framework/compare/v2.1.0...v2.2.0) (2023-03-03) + + +### Bug Fixes + +* update release workflow ([#42](https://github.com/getndazn/kopytko-unit-testing-framework/issues/42)) ([a8b86f0](https://github.com/getndazn/kopytko-unit-testing-framework/commit/a8b86f0eb2d3a6af51f4d5e423255423e786fa79)) + + +### Features + +* Adding index to the name of a parameterized test ([#41](https://github.com/getndazn/kopytko-unit-testing-framework/issues/41)) ([0d0064b](https://github.com/getndazn/kopytko-unit-testing-framework/commit/0d0064b726e2599a70f5e625083fa2c3224d7d79)) + # [2.1.0](https://github.com/getndazn/kopytko-unit-testing-framework/compare/v2.0.2...v2.1.0) (2022-09-12) diff --git a/package-lock.json b/package-lock.json index 7b77592..de7b458 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dazn/kopytko-unit-testing-framework", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dazn/kopytko-unit-testing-framework", - "version": "1.0.3", + "version": "2.2.0", "license": "MIT", "dependencies": { "fs-extra": "^10.0.0", diff --git a/package.json b/package.json index 5486d51..a8f23cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dazn/kopytko-unit-testing-framework", - "version": "2.1.0", + "version": "2.2.0", "description": "Kopytko Unit Testing Framework", "scripts": { "lint": "eslint ./"