Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.5...v1.2.0) (2020-04-03)

### Bug Fixes

* failing unit test due to typing issue ([73318e2](73318e2))

### Features

* add npm packages ([278b6b3](278b6b3))
* display SSM Put & SSM Publish results in markdown table ([2a2b48e](2a2b48e))
  • Loading branch information
semantic-release-bot committed Apr 3, 2020
1 parent 5ea3c92 commit 737e9db
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.2.0](https://github.com/mysense-ai/ServerlessPlugin-SSMPublish/compare/v1.1.5...v1.2.0) (2020-04-03)


### Bug Fixes

* failing unit test due to typing issue ([73318e2](https://github.com/mysense-ai/ServerlessPlugin-SSMPublish/commit/73318e279356686d1ef2e57cfc2cefaf4fcf9c24))


### Features

* add npm packages ([278b6b3](https://github.com/mysense-ai/ServerlessPlugin-SSMPublish/commit/278b6b35feabdb16d8a5ab0ebd22401db1c34809))
* display SSM Put & SSM Publish results in markdown table ([2a2b48e](https://github.com/mysense-ai/ServerlessPlugin-SSMPublish/commit/2a2b48e12aa372edadfd46265417c39a3b0ab221))

## [1.1.5](https://github.com/mysense-ai/ServerlessPlugin-SSMPublish/compare/v1.1.4...v1.1.5) (2020-04-02)


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

0 comments on commit 737e9db

Please sign in to comment.