X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/14184276fc87d931fd710bf7d2f928c5b9d05a63..8769ecd1df4f555ca8360b2ec2490e30e43ee0eb:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a468b24..13673b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## v1.0.0 - 2017-07-03 +## [1.0.1] - 2017-07-03 +### Added +- Add styling for code + +### Changed +- Swap markdown engine for showdown +- Remove `v` from CHANGELOG +- Fix crash when generator attempted to run without 3 posts + + +## 1.0.0 - 2017-07-03 ### Added - JSDoc config - Eslint config @@ -16,3 +26,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - A Readme [Unreleased]: https://github.com/rbdr/blog/compare/master...develop +[v1.0.1]: https://github.com/rbdr/blog/compare/1.0.0...1.0.1