]>
Commit | Line | Data |
---|---|---|
7a5a585e BB |
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 | ||
8769ecd1 BB |
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 | |
7a5a585e | 18 | ### Added |
39744467 BB |
19 | - JSDoc config |
20 | - Eslint config | |
cf630290 BB |
21 | - Binary to add and update blog posts |
22 | - Template for index | |
23 | - Static Files | |
7a5a585e BB |
24 | - Simple contributing guidelines |
25 | - This CHANGELOG | |
26 | - A Readme | |
27 | ||
28 | [Unreleased]: https://github.com/rbdr/blog/compare/master...develop | |
8769ecd1 | 29 | [v1.0.1]: https://github.com/rbdr/blog/compare/1.0.0...1.0.1 |