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) (2020-10-14)

### Bug Fixes

* remove package lock ([a551fbc](a551fbc))
* revert tags ([ed112f6](ed112f6))
* store string list as comma separated array ([dad012d](dad012d))

### Features

* add support for string list and tags ([9674a5d](9674a5d))
  • Loading branch information
semantic-release-bot committed Oct 14, 2020
1 parent 1ecf2ba commit d4a7c7b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.4.0](https://github.com/mysense-ai/ServerlessPlugin-SSMPublish/compare/v1.3.0...v1.4.0) (2020-10-14)


### Bug Fixes

* remove package lock ([a551fbc](https://github.com/mysense-ai/ServerlessPlugin-SSMPublish/commit/a551fbc4ad6aa738125e52cf81b8dfdcda7dbbd3))
* revert tags ([ed112f6](https://github.com/mysense-ai/ServerlessPlugin-SSMPublish/commit/ed112f6bf9e35b9b2e0bbb637874c192e210d87a))
* store string list as comma separated array ([dad012d](https://github.com/mysense-ai/ServerlessPlugin-SSMPublish/commit/dad012d77ee13a7e3368541f6e5dae55843c571a))


### Features

* add support for string list and tags ([9674a5d](https://github.com/mysense-ai/ServerlessPlugin-SSMPublish/commit/9674a5d275ebd24166b6e95cbbfa9b2758087a94))

# [1.3.0](https://github.com/mysense-ai/ServerlessPlugin-SSMPublish/compare/v1.2.2...v1.3.0) (2020-07-22)


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": "serverless-ssm-publish",
"version": "1.3.0",
"version": "1.4.0",
"description": "Serverless Framework plugin to publish data to AWS SSM Parameter Store",
"author": "MySense",
"license": "MIT",
Expand Down

0 comments on commit d4a7c7b

Please sign in to comment.