From 58d5684747ae285f377cc76a13d34c0889d949fb Mon Sep 17 00:00:00 2001 From: sabertazimi Date: Fri, 20 Aug 2021 03:46:27 +0800 Subject: [PATCH] release: v0.16.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 269021e1..e05e91bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [0.16.0](https://github.com/vuejs/vitepress/compare/v0.15.6...v0.16.0) (2021-08-19) + +### Bug Fixes + +- override target and rel links attribute in config ([#332](https://github.com/vuejs/vitepress/issues/332)) ([9d98dbb](https://github.com/vuejs/vitepress/commit/9d98dbbe60d477a78d6dc0e80d16fdddedcd4ed5)) +- set `lastUpdated` time to git commit timestamp ([3d76768](https://github.com/vuejs/vitepress/commit/3d7676816fb9f5c8ba93d32dfbf53ad423c123e9)), closes [#343](https://github.com/vuejs/vitepress/issues/343) [#343](https://github.com/vuejs/vitepress/issues/343) +- **edit-link:** let frontmatter overwrite global editLink ([#340](https://github.com/vuejs/vitepress/issues/340)) ([cfbba80](https://github.com/vuejs/vitepress/commit/cfbba80a0a6e33bcb2ca3d4450fb9624dcd6d140)) + +### Features + +- info custom container ([4925fb5](https://github.com/vuejs/vitepress/commit/4925fb5c29c59b7e17d050ab4346f71afc0463cd)) +- support function config ([e74c5f0](https://github.com/vuejs/vitepress/commit/e74c5f06d1d5890fad6dd728df9bf85dcfda87d1)) +- support partial include directive ([7b3a9e5](https://github.com/vuejs/vitepress/commit/7b3a9e59b44e9e354692eed6c1ca453be9cb7a86)) + ## [0.16.1](https://github.com/vuejs/vitepress/compare/v0.16.0...v0.16.1) (2021-08-11) ### Features diff --git a/package.json b/package.json index b4e948ad..1c4e7e21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sabertazimi/vitepress", - "version": "0.15.7", + "version": "0.16.0", "description": "Vite & Vue powered static site generator", "main": "dist/node/index.js", "typings": "types/index.d.ts",