Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.0...v2.0.0) (2020-12-10)

### Bug Fixes

* fixing variable source values ([4498561](4498561))

### Features

* **#5:** resolve [#5](#5) Parameters from request should be an array with the keys name and value like variables ([f28eb7e](f28eb7e))
* **#5:** resolve [#5](#5) Parameters from request should be an array with the keys name and value like variables ([d2f0680](d2f0680))

### BREAKING CHANGES

* **#5:** config structure has changed
  • Loading branch information
semantic-release-bot committed Dec 10, 2020
1 parent f28eb7e commit 4b8b947
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perst",
"version": "1.2.0",
"version": "2.0.0",
"main": "dist/index.js",
"type": "module",
"bin": {
Expand Down

0 comments on commit 4b8b947

Please sign in to comment.