Skip to content

Commit

Permalink
chore(release): cut the 0.33.2 release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 21, 2024
1 parent 3d138c0 commit 8921106
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 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.33.1",
"version": "0.33.2",
"private": true,
"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.33.1",
"version": "0.33.2",
"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.33.1",
"version": "0.33.2",
"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.33.1",
"version": "0.33.2",
"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.33.1",
"version": "0.33.2",
"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.33.1",
"version": "0.33.2",
"description": "The package defines a simple public API to manage scans and their expectations.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8921106

Please sign in to comment.