From e94febe24c6c0909f144db081fbd162c30ee0708 Mon Sep 17 00:00:00 2001 From: Alex Zappa Date: Tue, 13 Aug 2024 20:10:53 +0200 Subject: [PATCH] Update version to 1.3.3 in package files Bump version from 1.3.2 to 1.3.3 in package.json and package-lock.json. This update reflects minor changes or bug fixes included in the new version. --- 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 d3b75f0..5e7895d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eleventy-plugin-hubspot", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eleventy-plugin-hubspot", - "version": "1.3.2", + "version": "1.3.3", "license": "MIT", "dependencies": { "@11ty/eleventy": "^2.0.1" diff --git a/package.json b/package.json index 497bff1..d9b4904 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eleventy-plugin-hubspot", - "version": "1.3.2", + "version": "1.3.3", "description": "Capture, organize and engage web visitors with free live chat, forms, CRM (contact management), email marketing, and analytics.", "main": ".eleventy.js", "scripts": {