Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2021-06-19)

### Bug Fixes

* **deps:** update dependency @actions/core to v1.2.7 ([73a7741](73a7741))
* **deps:** update dependency @actions/core to v1.3.0 ([363888d](363888d))
* **deps:** update dependency @actions/core to v1.4.0 ([498cccd](498cccd))
* **deps:** update dependency got to v11 ([a7cd5f9](a7cd5f9))
* **deps:** update dependency tslib to v2.1.0 ([81afa5c](81afa5c))
* **deps:** update dependency tslib to v2.2.0 ([bca5150](bca5150))
* **deps:** update dependency tslib to v2.3.0 ([f88c107](f88c107))
  • Loading branch information
semantic-release-bot committed Jun 19, 2021
1 parent 5208863 commit 4fc0ba8
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.0.2](https://github.com/screendriver/ifttt-action/compare/v1.0.1...v1.0.2) (2021-06-19)


### Bug Fixes

* **deps:** update dependency @actions/core to v1.2.7 ([73a7741](https://github.com/screendriver/ifttt-action/commit/73a774192932900816ae6fbbc5759c8d5fffbc5f))
* **deps:** update dependency @actions/core to v1.3.0 ([363888d](https://github.com/screendriver/ifttt-action/commit/363888db56a8dd7e7305e034d5a4fe4ada0731f7))
* **deps:** update dependency @actions/core to v1.4.0 ([498cccd](https://github.com/screendriver/ifttt-action/commit/498cccd3e1298e672b86827f3fb254e032d6510d))
* **deps:** update dependency got to v11 ([a7cd5f9](https://github.com/screendriver/ifttt-action/commit/a7cd5f9929d530fa0e5fe1df6810b431772e1848))
* **deps:** update dependency tslib to v2.1.0 ([81afa5c](https://github.com/screendriver/ifttt-action/commit/81afa5ced8693b3378f8bb1f93b631ac1fc1537a))
* **deps:** update dependency tslib to v2.2.0 ([bca5150](https://github.com/screendriver/ifttt-action/commit/bca51508d6a974a5276f3e7b6aa43a2734f71f0d))
* **deps:** update dependency tslib to v2.3.0 ([f88c107](https://github.com/screendriver/ifttt-action/commit/f88c10767bc5552701cdc83c1d3b9827e19a0544))

## [1.0.1](https://github.com/screendriver/ifttt-action/compare/v1.0.0...v1.0.1) (2020-10-10)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ifttt-action",
"version": "1.0.0",
"version": "1.0.2",
"description": "GitHub action that triggers an IFTTT webhooks event",
"main": "target/src/index.js",
"author": "Christian Rackerseder <[email protected]>",
Expand Down
17 changes: 16 additions & 1 deletion target/dist/index.js

Large diffs are not rendered by default.

0 comments on commit 4fc0ba8

Please sign in to comment.