From 5eacec8f0c2423bf0d3ae13964f7e70c7be8714e Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Fri, 25 Oct 2019 16:51:57 -0700 Subject: [PATCH] chore: update changelog for v13.2.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40400e2b..3231bcfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# 13.2.0 + +### :rocket: Enhancements +- [#959](https://github.com/primer/css/959) More buttons +- [#950](https://github.com/primer/css/950) Add Diffstat component +- [#913](https://github.com/primer/css/913) Importing TimelineItem from .com and creating matching docs +- [#953](https://github.com/primer/css/953) Add IssueLabel component + +### :bug: Bug fixes +- [#945](https://github.com/primer/css/945) Add `[role=tab][aria-selected=true]` to `.UnderlineNav-item.selected` + +### :memo: Documentation +- [#939](https://github.com/primer/css/939) Fix `Box--overlay` example +- [#943](https://github.com/primer/css/943) Fix broken links to typography utilities + +### :house: Internal +- [#946](https://github.com/primer/css/946) Add `TODO@version` stylelint rule (local) + +### Committers +- [@MohamedElidrissi](https://github.com/MohamedElidrissi) +- [@jonrohan](https://github.com/jonrohan) +- [@shawnbot](https://github.com/shawnbot) +- [@simurai](https://github.com/simurai) + # 13.1.0 ### :rocket: Enhancement