From 4b8b9472bb20aa8b957c3a920576c2a551851f77 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Dec 2020 09:50:02 +0100 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/DasRed/perst/compare/v1.2.0...v2.0.0) (2020-12-10) ### Bug Fixes * fixing variable source values ([4498561](https://github.com/DasRed/perst/commit/4498561b1e482c3c4cad384bf64709d10c48fb1e)) ### Features * **#5:** resolve [#5](https://github.com/DasRed/perst/issues/5) Parameters from request should be an array with the keys name and value like variables ([f28eb7e](https://github.com/DasRed/perst/commit/f28eb7edcadc8e1dfc19797d0482033b500ceb58)) * **#5:** resolve [#5](https://github.com/DasRed/perst/issues/5) Parameters from request should be an array with the keys name and value like variables ([d2f0680](https://github.com/DasRed/perst/commit/d2f0680d24f7c8c2700797e5f589cd49150879df)) ### BREAKING CHANGES * **#5:** config structure has changed --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb02c97..9af6425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [2.0.0](https://github.com/DasRed/perst/compare/v1.2.0...v2.0.0) (2020-12-10) + + +### Bug Fixes + +* fixing variable source values ([4498561](https://github.com/DasRed/perst/commit/4498561b1e482c3c4cad384bf64709d10c48fb1e)) + + +### Features + +* **#5:** resolve [#5](https://github.com/DasRed/perst/issues/5) Parameters from request should be an array with the keys name and value like variables ([f28eb7e](https://github.com/DasRed/perst/commit/f28eb7edcadc8e1dfc19797d0482033b500ceb58)) +* **#5:** resolve [#5](https://github.com/DasRed/perst/issues/5) Parameters from request should be an array with the keys name and value like variables ([d2f0680](https://github.com/DasRed/perst/commit/d2f0680d24f7c8c2700797e5f589cd49150879df)) + + +### BREAKING CHANGES + +* **#5:** config structure has changed + # [1.2.0](https://github.com/DasRed/perst/compare/v1.1.1...v1.2.0) (2020-12-09) diff --git a/package-lock.json b/package-lock.json index fc672ce..b610aa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "perst", - "version": "1.2.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 1e4a63a..5c0cab6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "perst", - "version": "1.2.0", + "version": "2.0.0", "main": "dist/index.js", "type": "module", "bin": {