From d7c83d1609adae2dbda533eda31ed2cad29f9577 Mon Sep 17 00:00:00 2001 From: vigneshshanmugam Date: Tue, 22 Aug 2023 11:37:26 -0700 Subject: [PATCH] 1.4.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 364277e8..18ef8ece 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@elastic/synthetics", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@elastic/synthetics", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "dependencies": { "archiver": "^5.3.1", diff --git a/package.json b/package.json index 5dd27b79..365198d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/synthetics", - "version": "1.3.0", + "version": "1.4.0", "description": "Elastic synthetic monitoring agent", "main": "dist/index.js", "types": "dist/index.d.ts",