From 573079603a8f656e5d1fcd3afb7fd6957140f80f Mon Sep 17 00:00:00 2001 From: Justin Kambic Date: Tue, 22 Aug 2023 19:26:47 -0400 Subject: [PATCH] 1.2.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 7bfbed30..6cb3a6c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "synthetics-recorder", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "synthetics-recorder", - "version": "1.1.0", + "version": "1.2.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e2149358..0c7a3884 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synthetics-recorder", - "version": "1.1.0", + "version": "1.2.0", "description": "Record synthetics user journey flow of a website", "repository": "https://github.com/elastic/synthetics-recorder", "scripts": {