From 025b524e548ea85dac709ecbaedd33a8e4330c98 Mon Sep 17 00:00:00 2001 From: Manuel Spigolon Date: Wed, 5 Apr 2023 08:45:27 +0200 Subject: [PATCH] Bumped v1.7.0 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ba74b95..a04ce07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastify/swagger-ui", - "version": "1.6.0", + "version": "1.7.0", "description": "Serve Swagger-ui for Fastify", "main": "index.js", "types": "types/index.d.ts", @@ -73,7 +73,9 @@ "directory": "types" }, "pkg": { - "assets": ["static/**/*"] + "assets": [ + "static/**/*" + ] }, "publishConfig": { "access": "public"