From 06b969db5d3bbda7e2ac7c2cf4f0e7346bb7e0d7 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Wed, 24 Jun 2020 18:57:25 +0200 Subject: [PATCH] chore: generate site --- docs/_docs/history.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/docs/_docs/history.md b/docs/_docs/history.md index 07c6de46..b705c0f6 100644 --- a/docs/_docs/history.md +++ b/docs/_docs/history.md @@ -4,6 +4,42 @@ permalink: "/docs/history/" note: This file is autogenerated. Edit /History.markdown instead. --- +## 4.1.1 / 2020-06-24 +{: #v4-1-1} + +- Fix grammar in documentation section ([#8265]({{ site.repository }}/issues/8265)) + +### Development Fixes +{: #development-fixes-v4-1-1} + +- Bump RuboCop to v0.85.x ([#8223]({{ site.repository }}/issues/8223)) +- Expect drive letter only on vanilla windows ([#8227]({{ site.repository }}/issues/8227)) + +### Bug Fixes +{: #bug-fixes-v4-1-1} + +- Disable page excerpts by default ([#8222]({{ site.repository }}/issues/8222)) +- Revert introduction of PageDrop ([#8221]({{ site.repository }}/issues/8221)) +- Don't generate excerpts for non-html pages ([#8234]({{ site.repository }}/issues/8234)) +- Make page excerpts consistent with doc excerpts ([#8236]({{ site.repository }}/issues/8236)) + +### Documentation + +- Replace deprecated 'show' command with 'info' ([#8235]({{ site.repository }}/issues/8235)) +- Change name to ▲Vercel ([#8247]({{ site.repository }}/issues/8247)) +- Add language and examples to describe how to use the configuration op… ([#8249]({{ site.repository }}/issues/8249)) +- Fix missing yaml front matter colon and adjust/add clarifying language. ([#8250]({{ site.repository }}/issues/8250)) +- correct typo ([#8261]({{ site.repository }}/issues/8261)) +- Allow hyperlinks to specific filter documentation ([#8231]({{ site.repository }}/issues/8231)) +- Update link to Netlify step-by-step guide ([#8264]({{ site.repository }}/issues/8264)) + +### Site Enhancements +{: #site-enhancements-v4-1-1} + +- Including correct Sketch website ([#8241]({{ site.repository }}/issues/8241)) +- Release post for v4.1.1 ([#8243]({{ site.repository }}/issues/8243)) + + ## 4.1.0 / 2020-05-27 {: #v4-1-0}