diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a69c2..28e7cd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0](https://github.com/ng-apimock/webdriverio-plugin/compare/v2.1.0...v3.0.0) (2021-07-28) + + +### Code Refactoring + +* ๐Ÿ’ก update to latest test-application version ([#308](https://github.com/ng-apimock/webdriverio-plugin/issues/308)) ([1f77972](https://github.com/ng-apimock/webdriverio-plugin/commit/1f779729afde83e7b72040d80d52bb8ce88e10fc)) + + +### BREAKING CHANGES + +* ๐Ÿงจ update to latest test-application-version + +* ci: ๐ŸŽก update itest scripts to run ci profile + +* ci: ๐ŸŽก update itest scripts + +* feat: ๐ŸŽธ test webdriverio support for create-preset +* ๐Ÿงจ update to v3.* + +* ci: ๐ŸŽก add ci files + +* ci: ๐ŸŽก fix integration action + +* test: ๐Ÿ’ add delay before refresh + # [2.1.0](https://github.com/ng-apimock/webdriverio-plugin/compare/v2.0.4...v2.1.0) (2020-07-08) diff --git a/package.json b/package.json index a95a4aa..5cadc9e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wdio-ng-apimock-service", "description": "Webdriverio plugin for ng-apimock", - "version": "2.1.0", + "version": "3.0.0", "homepage": "https://github.com/ng-apimock/webdriverio-plugin#readme", "author": { "name": "Mischa Dasberg",