From dbbcfd4e2b957a33ce12b58f331464c6c6377433 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Wed, 2 May 2018 13:06:16 +0300 Subject: [PATCH] v1.22.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a18ec9..838b6e33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +# [1.22.0](https://github.com/Rebilly/ReDoc/compare/v1.21.2...v1.22.0) (2018-05-02) + +### Bug Fixes + +* pinpoint version of hint.css to 2.3.2 to prevent licensing issue [#478](https://github.com/Rebilly/ReDoc/issues/478), reported by [@rickity-cricket](https://github.com/rickity-cricket) + ## [1.21.2](https://github.com/Rebilly/ReDoc/compare/v1.21.1...v1.21.2) (2018-02-26) diff --git a/package.json b/package.json index dfc258fc..96db99d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "redoc", "description": "Swagger-generated API Reference Documentation", - "version": "1.21.2", + "version": "1.22.0", "repository": { "type": "git", "url": "git://github.com/Rebilly/ReDoc"