From 247f3078712790b5ba7020a4cc845a9718f374b3 Mon Sep 17 00:00:00 2001 From: EVE <78080814+easyops-eve@users.noreply.github.com> Date: Thu, 13 May 2021 15:36:42 +0800 Subject: [PATCH] chore: release 0.16.3 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcdd3034..01103447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.16.3](https://www.github.com/easyops-cn/docusaurus-search-local/compare/v0.16.1...v0.16.3) (2021-05-13) + + +### Bug Fixes + +* missing runtime dependency tslib ([2f9d553](https://www.github.com/easyops-cn/docusaurus-search-local/commit/2f9d553b4a3a9596a0f738b80e25049b0a971d77)) + + +### Miscellaneous Chores + +* release 0.16.3 ([b99a906](https://www.github.com/easyops-cn/docusaurus-search-local/commit/b99a9065af9a7dbfc4f52e52eec0935629ae13c5)) + ### [0.16.2](https://github.com/easyops-cn/docusaurus-search-local/compare/v0.16.1...v0.16.2) (2021-05-08) ### Bug Fixes diff --git a/package.json b/package.json index 2975780c..968cf61f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@easyops-cn/docusaurus-search-local", - "version": "0.16.2", + "version": "0.16.3", "description": "An offline/local search plugin for Docusaurus v2.", "repository": "https://github.com/easyops-cn/docusaurus-search-local", "homepage": "https://github.com/easyops-cn/docusaurus-search-local",