diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-07-03 01:38:42 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-07-03 01:38:42 -0500 |
| commit | 5aabf12286e74aeb60b829d6401db8b17881a03f (patch) | |
| tree | 6808c87d44fca13f3b77960778a7a1f007e99205 /CHANGELOG.md | |
| parent | 5e265f9d81bcce30949e88850892ea5dacec7386 (diff) | |
| parent | 8ca5460b5445f46520046e31f79547d282e8fc30 (diff) | |
Merge branch 'hotfix/1.0.1'
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a468b24..a643cc0 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 +[1.0.1]: https://github.com/rbdr/blog/compare/1.0.0...1.0.1 |