From 56e4da0c95a0f0ca174496067d14bad2902b6db6 Mon Sep 17 00:00:00 2001 From: "optic-release-automation[bot]" <94357573+optic-release-automation[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 19:22:08 +0100 Subject: [PATCH] Release v2.2.0 (#14) Co-authored-by: Eomm --- package.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e4bc2e3..4ca6de1 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,13 @@ { "name": "@fastify/workflows", - "version": "2.1.0", + "version": "2.2.0", "description": "Reusable workflows for use in the Fastify organization", - "scripts": { - }, + "scripts": {}, "keywords": [ "workflows", "github action" ], "license": "MIT", - "dependencies": { - }, - "devDependencies": { - } + "dependencies": {}, + "devDependencies": {} }