Skip to content

Commit 607d255

Browse files
ci: release v2.0.26 of artillery (#3631)
Co-authored-by: hassy <hassy@users.noreply.github.com>
1 parent 696fcfc commit 607d255

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

package-lock.json

Lines changed: 11 additions & 11 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.22.0",
3+
"version": "1.23.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.16.0",
3+
"version": "1.17.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.19.0",
3+
"version": "1.20.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.19.0",
3+
"version": "2.20.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.16.0",
3+
"version": "1.17.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.19.0",
3+
"version": "1.20.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.30.0",
3+
"version": "2.31.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.14.0",
3+
"version": "1.15.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.25",
3+
"version": "2.0.26",
44
"description": "Cloud-scale load testing. https://www.artillery.io",
55
"types": "./types.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)