Update CHANGELOG and bump version to 3.2.12

This commit is contained in:
Michael Rose 2016-06-24 15:44:56 -04:00
parent c1fef02d44
commit c259fe907b
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
## [3.2.12](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.12)
### Enhancements
- Remove window width "magic number" from sticky sidebar check in `main.js` for improved flexibility. [#375](https://github.com/mmistakes/minimal-mistakes/pull/375)
### Bug Fixes
- Fix author override conditional where a missing `authors.yml` would show broken sidebar content. Defaults to `site.author`. [#376](https://github.com/mmistakes/minimal-mistakes/pull/376)
## [3.2.11](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.2.11)
### Bug Fixes

View file

@ -1,6 +1,6 @@
{
"name": "minimal-mistakes",
"version": "3.2.11",
"version": "3.2.12",
"description": "Minimal Mistakes Jekyll theme npm build scripts",
"repository": {
"type": "git",