From e1e009e86f5fea9f766d24944f70b7a3151fa207 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Feb 2023 22:54:29 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/almerindo/action-env-from-aws-ssm/compare/v1.3.0...v1.4.0) (2023-02-07) ### Features * upgrade from node12 to node16 ([62d0dd4](https://github.com/almerindo/action-env-from-aws-ssm/commit/62d0dd4495f37cd4d5edcfe500d2f2f60dca5dbb)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c26f39..81047bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/almerindo/action-env-from-aws-ssm/compare/v1.3.0...v1.4.0) (2023-02-07) + + +### Features + +* upgrade from node12 to node16 ([62d0dd4](https://github.com/almerindo/action-env-from-aws-ssm/commit/62d0dd4495f37cd4d5edcfe500d2f2f60dca5dbb)) + # [1.3.0](https://github.com/almerindo/action-env-from-aws-ssm/compare/v1.2.1...v1.3.0) (2022-05-04) diff --git a/package.json b/package.json index e97bae8..b700484 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-aws-ssm-to-dotenv", - "version": "1.3.0", + "version": "1.4.0", "description": "create `.env` with AWS SSM parameters path", "main": "lib/index.js", "scripts": {