Skip to content

Commit

Permalink
ci: release v2.0.16 artillery (#3228)
Browse files Browse the repository at this point in the history
Co-authored-by: bernardobridge <bernardobridge@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and bernardobridge committed Jun 24, 2024
1 parent 2f56d8c commit 4cf8d05
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 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 packages/artillery-engine-playwright/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artillery-engine-playwright",
"version": "1.12.0",
"version": "1.13.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artillery-plugin-apdex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artillery-plugin-apdex",
"version": "1.6.0",
"version": "1.7.0",
"description": "Calculate and report Apdex scores",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artillery-plugin-ensure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artillery-plugin-ensure",
"version": "1.9.0",
"version": "1.10.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artillery-plugin-expect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artillery-plugin-expect",
"version": "2.9.0",
"version": "2.10.0",
"description": "Expectations and assertions for HTTP scenarios",
"main": "index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artillery-plugin-fake-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artillery-plugin-fake-data",
"version": "1.6.0",
"version": "1.7.0",
"description": "Add fake test data easily to your Artillery test scripts.",
"main": "index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artillery-plugin-metrics-by-endpoint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artillery-plugin-metrics-by-endpoint",
"version": "1.9.0",
"version": "1.10.0",
"description": "Per-endpoint breakdown of latency and response codes for Artillery HTTP tests.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artillery-plugin-publish-metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artillery-plugin-publish-metrics",
"version": "2.20.0",
"version": "2.21.0",
"description": "Publish metrics from your Artillery.io tests to external monitoring & observability systems",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artillery-plugin-slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artillery-plugin-slack",
"version": "1.4.0",
"version": "1.5.0",
"description": "Send Artillery.io test notifications to Slack",
"main": "index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/artillery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artillery",
"version": "2.0.15",
"version": "2.0.16",
"description": "Cloud-scale load testing. https://www.artillery.io",
"main": "./lib",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artilleryio/int-commons",
"version": "2.6.0",
"version": "2.7.0",
"main": "./index.js",
"license": "MPL-2.0",
"dependencies": {
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": "@artilleryio/int-core",
"version": "2.10.0",
"version": "2.11.0",
"main": "./index.js",
"license": "MPL-2.0",
"dependencies": {
Expand Down

0 comments on commit 4cf8d05

Please sign in to comment.