Skip to content

Commit

Permalink
chore(release): 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
forresst committed Jul 26, 2019
1 parent eb687d7 commit dd1d152
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
<a name="0.3.1"></a>
## [0.3.1](https://github.com/forresst/amunet/compare/0.3.0...0.3.1) (2019-07-26)

### fix

* fix bug for new line missing ([eb687d7](https://github.com/forresst/amunet/commit/eb687d7))



<a name="0.3.0"></a>
# [0.3.0](https://github.com/forresst/amunet/compare/0.2.0...0.3.0) (2019-07-24)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -187,7 +187,7 @@ The object with the metadata as key\value pairs.
> # Doc
>
> Hello world
> `
> `;
>
> console.log(amunet.parse(inputString));
> //=> { a: '1', b: 'Hello' }
Expand Down Expand Up @@ -238,7 +238,7 @@ The string with the content changed.
> # Doc
>
> Hello world
> `
> `;
>
> console.log(amunet.stringify(inputString, { a: '1', b: 'World', d: '4' }));
> //=> `
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "amunet",
"version": "0.3.0",
"version": "0.3.1",
"description": "Amunet : markdown metadata hidden",
"license": "MIT",
"main": "index.js",
Expand Down

0 comments on commit dd1d152

Please sign in to comment.