Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2021-06-30)

### Features

* add ations and flow to test the ghaction ([6f20d18](6f20d18))
* add semantic-release command ([54db184](54db184))
  • Loading branch information
semantic-release-bot committed Jun 30, 2021
1 parent 54db184 commit 971d14f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.1.0](https://github.com/almerindo/action-env-from-aws-ssm/compare/v1.0.0...v1.1.0) (2021-06-30)


### Features

* add ations and flow to test the ghaction ([6f20d18](https://github.com/almerindo/action-env-from-aws-ssm/commit/6f20d188200d2d61b7b163ecf601bc83e9e664b5))
* add semantic-release command ([54db184](https://github.com/almerindo/action-env-from-aws-ssm/commit/54db1843fd5966f0fe03f2524347c362bbd72e90))

# 1.0.0 (2021-06-30)


Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.1.0",
"description": "create `.env` with AWS SSM parameters path",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -46,4 +46,4 @@
"pre-commit": "tsc && git add lib"
}
}
}
}

0 comments on commit 971d14f

Please sign in to comment.