Skip to content

Commit bd1d61c

Browse files
ci: release v2.0.23 of artillery (#3534)
Co-authored-by: hassy <hassy@users.noreply.github.com>
1 parent 9942076 commit bd1d61c

File tree

12 files changed

+30
-521
lines changed

12 files changed

+30
-521
lines changed

package-lock.json

Lines changed: 19 additions & 510 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/artillery-engine-playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "artillery-engine-playwright",
3-
"version": "1.19.0",
3+
"version": "1.20.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/artillery-plugin-apdex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "artillery-plugin-apdex",
3-
"version": "1.13.0",
3+
"version": "1.14.0",
44
"description": "Calculate and report Apdex scores",
55
"main": "index.js",
66
"scripts": {

packages/artillery-plugin-ensure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "artillery-plugin-ensure",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/artillery-plugin-expect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "artillery-plugin-expect",
3-
"version": "2.16.0",
3+
"version": "2.17.0",
44
"description": "Expectations and assertions for HTTP scenarios",
55
"main": "index.js",
66
"scripts": {

packages/artillery-plugin-fake-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "artillery-plugin-fake-data",
3-
"version": "1.13.0",
3+
"version": "1.14.0",
44
"description": "Add fake test data easily to your Artillery test scripts.",
55
"main": "index.js",
66
"publishConfig": {

packages/artillery-plugin-metrics-by-endpoint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "artillery-plugin-metrics-by-endpoint",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "Per-endpoint breakdown of latency and response codes for Artillery HTTP tests.",
55
"main": "index.js",
66
"scripts": {

packages/artillery-plugin-publish-metrics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "artillery-plugin-publish-metrics",
3-
"version": "2.27.0",
3+
"version": "2.28.0",
44
"description": "Publish metrics from your Artillery.io tests to external monitoring & observability systems",
55
"main": "index.js",
66
"scripts": {

packages/artillery-plugin-slack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "artillery-plugin-slack",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "Send Artillery.io test notifications to Slack",
55
"main": "index.js",
66
"publishConfig": {

packages/artillery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "artillery",
3-
"version": "2.0.22",
3+
"version": "2.0.23",
44
"description": "Cloud-scale load testing. https://www.artillery.io",
55
"main": "./lib",
66
"engines": {

0 commit comments

Comments
 (0)