Skip to content

Commit

Permalink
chore(release): release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdasberg committed Sep 12, 2017
1 parent 3e811e8 commit 238be03
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.2.0"></a>
# 1.2.0 (2017-09-12)

## Features
- Add deprecated to entity object

## Fix
- Method names are now split on #
- Attributes and requires are now processed while converting to an entity object

<a name="1.1.0"></a>
# 1.1.0 (2017-09-11)

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": "yadop",
"version": "1.1.0",
"version": "1.2.0",
"description": "Yet another Doc Parser",
"main": "built/index.js",
"scripts": {
Expand Down

0 comments on commit 238be03

Please sign in to comment.