Skip to content

Commit

Permalink
chore(release): cut the 0.21.0 release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 17, 2023
1 parent 5b64aa0 commit 88680f5
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions 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": "sectester-js",
"version": "0.20.2",
"version": "0.21.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/bus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sectester/bus",
"version": "0.20.2",
"version": "0.21.0",
"description": "The package includes a simplified implementation of the `EventBus`, one based on `RabbitMQ`, to establish synchronous and asynchronous communication between services and agents.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sectester/core",
"version": "0.20.2",
"version": "0.21.0",
"description": "The core package can be used to obtain a config including credentials from different sources, and provide a simplified abstraction to handle events and commands.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/repeater/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sectester/repeater",
"version": "0.20.2",
"version": "0.21.0",
"description": "Package for managing repeaters, which are mandatory for scanning targets on a local network.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sectester/reporter",
"version": "0.20.2",
"version": "0.21.0",
"description": "Provide an abstraction for generating test results as part of the particular test frameworks.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sectester/runner",
"version": "0.20.2",
"version": "0.21.0",
"description": "Run scanning for vulnerabilities just from your unit tests on CI phase.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/scan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sectester/scan",
"version": "0.20.2",
"version": "0.21.0",
"description": "The package defines a simple public API to manage scans and their expectations.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 88680f5

Please sign in to comment.