Skip to content

Commit 13d2efb

Browse files
committed
Add changelog and publish v0.1 🎉
1 parent bb52164 commit 13d2efb

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

Changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [0.1.0] - 2018-09-02
8+
### Added
9+
- Table style
10+
11+
### Fixed
12+
- Parsing was breaking with multiple delimiters
13+
14+
### Changed
15+
- Create a parsers folder and refactored the parsing
16+
- Reads the version from package.json
17+
- Upgrade packages

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://bafs.github.io/Documentor" target="_blank"><img width="600" src="https://i.imgur.com/6Gjb6Gz.png" /></a>
1+
<a href="https://bafs.github.io/Documentor" target="_blank"><img width="560" src="https://i.imgur.com/6Gjb6Gz.png" /></a>
22

33
> A super intuitive doc generator from Markdown files
44
@@ -17,7 +17,7 @@ documentor init # initialisation of the documentation
1717
```
1818

1919
```bash
20-
documentor ./myName -o output.html # render the documentation to output.html
20+
documentor ./docs-folder -o output.html # render the documentation to output.html
2121
```
2222

2323
# [Documentation](http://bafs.github.io/Documentor)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "documentor",
3-
"version": "0.0.5",
3+
"version": "0.1.0",
44
"description": "Documentation generator",
55
"main": "src",
66
"license": "MIT",

0 commit comments

Comments
 (0)