summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: a643cc0898cd9d9ebb3e2ef7698e921799c4dcaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Changelog
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/).

## [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
- Binary to add and update blog posts
- Template for index
- Static Files
- Simple contributing guidelines
- This CHANGELOG
- 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