Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2023-02-07)

### Features

* upgrade from node12 to node16 ([62d0dd4](62d0dd4))
  • Loading branch information
semantic-release-bot committed Feb 7, 2023
1 parent 0ce1b62 commit e1e009e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit e1e009e

Please sign in to comment.