chore(release): 1.0.2 [skip ci]

## [1.0.2](https://github.com/KengoTODA/actions-setup-docker-compose/compare/v1.0.1...v1.0.2) (2021-09-01)

### Bug Fixes

* Add `docker-compose` to PATH ([#274](https://github.com/KengoTODA/actions-setup-docker-compose/issues/274)) ([ecd3566](ecd3566c81))
This commit is contained in:
semantic-release-bot
2021-09-01 02:30:38 +00:00
parent ecd3566c81
commit d6c3a916ee

View File

@@ -1,6 +1,6 @@
{ {
"name": "@kengotoda/actions-setup-docker-compose", "name": "@kengotoda/actions-setup-docker-compose",
"version": "1.0.1", "version": "1.0.2",
"description": "the GitHub Action setting up docker-compose command", "description": "the GitHub Action setting up docker-compose command",
"main": "lib/main.js", "main": "lib/main.js",
"private": false, "private": false,