Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.0...v2.1.0) (2020-12-11)

### Features

* **#6:** resolve [#6](#6) : cli parameter (regex) which filters the test, which should be executed ([05ba082](05ba082))
* **#6:** resolve [#6](#6) : cli parameter (regex) which filters the test, which should be executed ([ae06902](ae06902))
* **#7:** resolve [#7](#7) : adding color and no-color options to ([6818e7d](6818e7d))
  • Loading branch information
semantic-release-bot committed Dec 11, 2020
1 parent 6818e7d commit 4b59f50
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.1.0](https://github.com/DasRed/perst/compare/v2.0.0...v2.1.0) (2020-12-11)


### Features

* **#6:** resolve [#6](https://github.com/DasRed/perst/issues/6) : cli parameter (regex) which filters the test, which should be executed ([05ba082](https://github.com/DasRed/perst/commit/05ba082fd9b8ee79305cfe84aeb1656009c804bc))
* **#6:** resolve [#6](https://github.com/DasRed/perst/issues/6) : cli parameter (regex) which filters the test, which should be executed ([ae06902](https://github.com/DasRed/perst/commit/ae06902a2e1ead39d044c84d20ae278b188c3acc))
* **#7:** resolve [#7](https://github.com/DasRed/perst/issues/7) : adding color and no-color options to ([6818e7d](https://github.com/DasRed/perst/commit/6818e7dcca6ef17149887c205115a2ef3091744e))

# [2.0.0](https://github.com/DasRed/perst/compare/v1.2.0...v2.0.0) (2020-12-10)


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": "2.0.0",
"version": "2.1.0",
"main": "dist/index.js",
"type": "module",
"bin": {
Expand Down

0 comments on commit 4b59f50

Please sign in to comment.