From d2c02f344fe4605fa71c9b0d74677b72fb1d866e Mon Sep 17 00:00:00 2001 From: Justin Kambic Date: Sun, 12 Nov 2023 15:31:05 -0500 Subject: [PATCH] 1.3.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57023a0d..a1834bc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "synthetics-recorder", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "synthetics-recorder", - "version": "1.2.0", + "version": "1.3.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e20b590d..be0a1597 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synthetics-recorder", - "version": "1.2.0", + "version": "1.3.0", "description": "Record synthetics user journey flow of a website", "repository": "https://github.com/elastic/synthetics-recorder", "scripts": {