Skip to content

Commit

Permalink
chore(release): 2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Mar 9, 2020
1 parent fb94cd9 commit 29ee90a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/modules/_contracts_index_.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ New line token

#### Type declaration:

* **filename**: *string*

* **line**: *number*

* **type**: *"newline"*
Expand All @@ -110,6 +112,8 @@ Raw line token

#### Type declaration:

* **filename**: *string*

* **line**: *number*

* **type**: *"raw"*
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edge-lexer",
"version": "2.0.13",
"version": "2.0.14",
"description": "Parses raw markup files to converts them to Edge tokens",
"main": "build/index.js",
"files": [
Expand Down

0 comments on commit 29ee90a

Please sign in to comment.