]> git.r.bdr.sh - rbdr/blog/blobdiff - CHANGELOG.md
Update CHANGELOG
[rbdr/blog] / CHANGELOG.md
index 728047b5a502c4d40c01482a223dc6137478cb0e..1e3b1f86707ad8e37d45b949810e3bea2d4d8c9b 100644 (file)
@@ -4,8 +4,31 @@ 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/).
 
-## [Unreleased]
+## Unreleased
 ### Added
+- Post Metadata support
+- RSS Support
+
+### Changed
+- Updated dependencies
+- Replace jsdoc with jsdoc-to-markdown
+- Replace showdown with marked
+- Replace mustache with dot
+
+## [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
@@ -14,3 +37,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