From ce91d5b76f4c9910e6958b58396df65e8fdaebe0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Jul 2021 10:10:34 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2021-07-16) ### Bug Fixes * **deps:** bump @actions/core from 1.2.4 to 1.2.5 ([2a924ef](https://github.com/KengoTODA/actions-setup-docker-compose/commit/2a924ef1413bbcabb2af1c4c125dbbda83653cfb)) * **deps:** bump @actions/core from 1.2.5 to 1.2.6 ([ad60484](https://github.com/KengoTODA/actions-setup-docker-compose/commit/ad6048480184cd0e09ba039cf7842c8262929cbb)) * **deps:** bump @actions/core from 1.2.6 to 1.2.7 ([8841075](https://github.com/KengoTODA/actions-setup-docker-compose/commit/88410754be5bbdb9e27abdaa6ed8c0606c4323fe)) * **deps:** bump @actions/core from 1.2.7 to 1.3.0 ([ce79fdc](https://github.com/KengoTODA/actions-setup-docker-compose/commit/ce79fdc2f67cc4d693313280dbe61652b8ca178c)) * **deps:** bump @actions/core from 1.3.0 to 1.4.0 ([2e8c432](https://github.com/KengoTODA/actions-setup-docker-compose/commit/2e8c43235f57619143ea84210a601901edee22ae)) * **deps:** bump @actions/exec from 1.0.4 to 1.1.0 ([c084b7e](https://github.com/KengoTODA/actions-setup-docker-compose/commit/c084b7ef427f666df791bf676a5ea0eddd9f3dba)) * **deps:** bump @actions/tool-cache from 1.6.0 to 1.6.1 ([18153c6](https://github.com/KengoTODA/actions-setup-docker-compose/commit/18153c6e0425d2c1b2371d94f4c9c2942dd5e514)) * **deps:** bump @actions/tool-cache from 1.6.1 to 1.7.0 ([bf3f86e](https://github.com/KengoTODA/actions-setup-docker-compose/commit/bf3f86e8d937bcaea294c2cfd5a3e1c7a9500182)) * **deps:** bump @actions/tool-cache from 1.7.0 to 1.7.1 ([94c7d2f](https://github.com/KengoTODA/actions-setup-docker-compose/commit/94c7d2fa1f1843fc86290ae5dd99f0e934a64084)) * wrong input name ([d2f3788](https://github.com/KengoTODA/actions-setup-docker-compose/commit/d2f378829d761ab940b21acafa441bd96ec9ca6c)) * wrong input name ([7da80b7](https://github.com/KengoTODA/actions-setup-docker-compose/commit/7da80b7ba5cdac8f92dfdd9a1102bacc4d7e9a68)) ### Features * implement basic feature working for Linux only ([367ba49](https://github.com/KengoTODA/actions-setup-docker-compose/commit/367ba4923ba3bb7d2594f43366eb64111cf5154c)) * make `version` input required ([52b82a3](https://github.com/KengoTODA/actions-setup-docker-compose/commit/52b82a3e33bf14a26f1b46591ffb006bb4151cf3)) * throw error if the platform is not linux ([0cc2e1f](https://github.com/KengoTODA/actions-setup-docker-compose/commit/0cc2e1f0057d6a0554fa8e6501d71c811e523c17)) --- package.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8d5e1db..52be35d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kengotoda/actions-setup-docker-compose", - "version": "0.0.0", + "version": "1.0.0", "description": "the GitHub Action setting up docker-compose command", "main": "lib/main.js", "private": false, @@ -55,9 +55,12 @@ "@semantic-release/release-notes-generator", "@semantic-release/npm", "@semantic-release/github", - ["@semantic-release/exec", { - "prepare": "npm run package" - }], + [ + "@semantic-release/exec", + { + "prepare": "npm run package" + } + ], [ "@semantic-release/git", {