Update CHANGELOG.md and bump version to 3.4.1

This commit is contained in:
Michael Rose 2016-08-11 15:23:07 -04:00
parent 304f465430
commit c3efe21834
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
## [3.4.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.1)
### Enhancements
- Add `staticman.filename` configuration with UNIX timestamp for sorting data files. example ~> `comment-1470943149`.
### Bug Fixes
- Don't add `<a>` to author name if URL is blank.
## [3.4.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/3.4.0)
### Enhancements

View file

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