Compare commits

..

2 Commits

Author SHA1 Message Date
semantic-release-bot
8e8d4caa1c chore(release): 1.0.8 [skip ci]
## [1.0.8](https://github.com/KengoTODA/actions-setup-docker-compose/compare/v1.0.7...v1.0.8) (2022-04-19)

### Bug Fixes

* **deps:** bump minimist from 1.2.5 to 1.2.6 ([c261ddc](c261ddcb91))
2022-04-19 08:22:29 +00:00
dependabot[bot]
c261ddcb91 fix(deps): bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-19 08:21:08 +00:00

View File

@@ -1,6 +1,6 @@
{ {
"name": "@kengotoda/actions-setup-docker-compose", "name": "@kengotoda/actions-setup-docker-compose",
"version": "1.0.7", "version": "1.0.8",
"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,