From ab091ad5e3ae3990fb96bdb2123a4b6ac2b13cfc Mon Sep 17 00:00:00 2001 From: TillaTheHun0 Date: Thu, 6 Apr 2023 18:07:44 +0000 Subject: [PATCH] chore(port-hooks): release 2.0.0 --- packages/port-hooks/egg.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/port-hooks/egg.json b/packages/port-hooks/egg.json index 4c7ceebd..131562f7 100644 --- a/packages/port-hooks/egg.json +++ b/packages/port-hooks/egg.json @@ -5,11 +5,15 @@ "description": "Hyper service framework port for Hooks adapters", "homepage": "https://github.com/hyper63/hyper", "repo": "https://github.com/hyper63/hyper", - "version": "1.1.0", + "version": "2.0.0", "unstable": false, "unlisted": false, - "files": ["./*"], - "ignore": ["./.git*"], + "files": [ + "./*" + ], + "ignore": [ + "./.git*" + ], "checkFormat": false, "checkTests": false, "checkInstallation": false,