From d823c3488a7958a8e306c289581289b3b41f86aa Mon Sep 17 00:00:00 2001 From: Pablo Klaschka Date: Mon, 28 Jun 2021 13:29:33 +0200 Subject: [PATCH] chore(release): 0.5.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57ffc76f..d6b56b20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.5.1](https://github.com/fliegwerk/fliegdoc/compare/v0.5.0...v0.5.1) (2021-06-28) + + +### Bug Fixes + +* Fix the problem caused by flexsearch quoting cdn without specifying the version. Currently, it is modified to 0.6.32 to ensure that there will be no errors due to the upgrade to 0.7 ([40b6c34](https://github.com/fliegwerk/fliegdoc/commit/40b6c3407e77cc048a49f3d28e6147c0d7640a43)) + ## [0.5.0](https://github.com/fliegwerk/fliegdoc/compare/v0.4.7...v0.5.0) (2021-05-05) diff --git a/package-lock.json b/package-lock.json index 7b2e641c..bf4428ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fliegdoc", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 1498958a..bff1d702 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fliegdoc", - "version": "0.5.0", + "version": "0.5.1", "description": "A documentation generator for Typescript-based libraries with good support for monorepos", "repository": { "url": "git+https://github.com/fliegwerk/fliegdoc.git",