diff --git a/CHANGELOG.md b/CHANGELOG.md index 91eec1f..dbf05b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0](https://github.com/ng-apimock/protractor-plugin/compare/v1.0.19...v1.1.0) (2020-07-08) + + +### Features + +* 🎸 make endpoints base path configurable ([9a9cd21](https://github.com/ng-apimock/protractor-plugin/commit/9a9cd21fd23e9ad5f6b55c9f6a6856340cde548e)), closes [#15](https://github.com/ng-apimock/protractor-plugin/issues/15) + ## [1.0.19](https://github.com/ng-apimock/protractor-plugin/compare/v1.0.18...v1.0.19) (2020-07-06) diff --git a/package-lock.json b/package-lock.json index b540a3d..048589a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ng-apimock/protractor-plugin", - "version": "1.0.19", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d2f36ff..2315b8a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ng-apimock/protractor-plugin", "description": "Protractor plugin for ng-apimock", - "version": "1.0.19", + "version": "1.1.0", "homepage": "https://github.com/ng-apimock/protractor-plugin#readme", "author": { "name": "Mischa Dasberg",