From 7772a54df2a1faaaf8872b581101443d523e212f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Apr 2023 09:49:05 +0000 Subject: [PATCH] chore(release): 1.3.4 [skip ci] --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a86fc1f..0b25889 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "serverless-plugin-for-each", - "version": "1.3.3", + "version": "1.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 02373ff..9c716af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-plugin-for-each", - "version": "1.3.3", + "version": "1.3.4", "description": "Serverless plugin that adds $forEach syntax to reduce code duplication and allow creating dynamic templates", "main": "src/index.js", "scripts": {