Skip to content

Commit

Permalink
Add changelog and publish v0.1 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
BafS committed Sep 2, 2018
1 parent bb52164 commit 13d2efb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.1.0] - 2018-09-02
### Added
- Table style

### Fixed
- Parsing was breaking with multiple delimiters

### Changed
- Create a parsers folder and refactored the parsing
- Reads the version from package.json
- Upgrade packages
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a href="https://bafs.github.io/Documentor" target="_blank"><img width="600" src="https://i.imgur.com/6Gjb6Gz.png" /></a>
<a href="https://bafs.github.io/Documentor" target="_blank"><img width="560" src="https://i.imgur.com/6Gjb6Gz.png" /></a>

> A super intuitive doc generator from Markdown files
Expand All @@ -17,7 +17,7 @@ documentor init # initialisation of the documentation
```

```bash
documentor ./myName -o output.html # render the documentation to output.html
documentor ./docs-folder -o output.html # render the documentation to output.html
```

# [Documentation](http://bafs.github.io/Documentor)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "documentor",
"version": "0.0.5",
"version": "0.1.0",
"description": "Documentation generator",
"main": "src",
"license": "MIT",
Expand Down

0 comments on commit 13d2efb

Please sign in to comment.