From 19937f616e911dd8378902474f561e6aa722909f Mon Sep 17 00:00:00 2001 From: Alfonso Reyes Date: Sun, 20 Dec 2020 09:59:49 -0700 Subject: [PATCH] chore: bump package.json version --- README.md | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 300e9d8..6b77363 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Bellow are a list of changes, some might go undocumented - 1.3.0 - Added favicon option (by @joemaidman) - 2.0.0 - Added authentication option, fixed issues with CSP and nestjs version compatibility issues - 2.1.0 - Added x-tagGroups extension property +- 2.1.1 - Fixed CSP issue on Safari browser ## 📋 ToDo diff --git a/package.json b/package.json index 3bcbe72..feb899b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-redoc", - "version": "2.1.0", + "version": "2.1.1", "description": "NestJS ReDoc frontend", "repository": "https://github.com/mxarc/nestjs-redoc", "author": "Alfonso Reyes", @@ -69,4 +69,4 @@ "path": "./node_modules/cz-conventional-changelog" } } -} +} \ No newline at end of file