From cf95345f840052046b9eb6653a8ccfe619a0a723 Mon Sep 17 00:00:00 2001 From: Alex Zappa Date: Thu, 8 Aug 2024 01:41:56 +0100 Subject: [PATCH] Update plugin version to 1.3.0 Upgrade the eleventy-plugin-hubspot version from 1.2.2 to 1.3.0 in both package.json and package-lock.json. This change ensures compatibility with newer dependencies and includes the latest features and bug fixes. --- 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 3216ec8..3d3b8df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eleventy-plugin-hubspot", - "version": "1.2.2", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eleventy-plugin-hubspot", - "version": "1.2.2", + "version": "1.3.0", "license": "MIT", "dependencies": { "@11ty/eleventy": "^2.0.1" diff --git a/package.json b/package.json index d67fdd4..542b99e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eleventy-plugin-hubspot", - "version": "1.2.2", + "version": "1.3.0", "description": "Capture, organize and engage web visitors with free live chat, forms, CRM (contact management), email marketing, and analytics.", "main": ".eleventy.js", "scripts": {