]> git.r.bdr.sh - rbdr/blog/blob - CHANGELOG.md
Update changelog
[rbdr/blog] / CHANGELOG.md
1 # Changelog
2 All notable changes to this project will be documented in this file.
3
4 The format is based on [Keep a Changelog](http://keepachangelog.com/)
5 and this project adheres to [Semantic Versioning](http://semver.org/).
6
7 ## [1.0.1] - 2017-07-03
8 ### Added
9 - Add styling for code
10
11 ### Changed
12 - Swap markdown engine for showdown
13 - Remove `v` from CHANGELOG
14 - Fix crash when generator attempted to run without 3 posts
15
16
17 ## 1.0.0 - 2017-07-03
18 ### Added
19 - JSDoc config
20 - Eslint config
21 - Binary to add and update blog posts
22 - Template for index
23 - Static Files
24 - Simple contributing guidelines
25 - This CHANGELOG
26 - A Readme
27
28 [Unreleased]: https://github.com/rbdr/blog/compare/master...develop
29 [v1.0.1]: https://github.com/rbdr/blog/compare/1.0.0...1.0.1