Skip to content

Commit

Permalink
4.0.0-beta
Browse files Browse the repository at this point in the history
See CHANGELOG
  • Loading branch information
Evan Jacobs committed Sep 16, 2016
1 parent 2d095ab commit 5645a27
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 4.0.0-beta (September 16, 2016)

f269a87 [pre 4.0] Drop second argument in function signature
f50219b [Experimental] Begin parsing inline arbitrary HTML
c381ddd Light refactor to pull some functions out of the main closure

---

### 3.1.1 (September 15, 2016)

Monkeypatched over a markdown syntax ambiguity that resulted in an exception when when a square-bracketed link without a shortcut identifier is encountered, e.g.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Create [links](/)
* ...

Sample content borrowed with thanks from [elm-markdown](http://elm-lang.org/examples/markdown) 💜
<small>Sample content borrowed with thanks from [elm-markdown](http://elm-lang.org/examples/markdown) 💜</small>
</script>
</body>
</html>
18 changes: 9 additions & 9 deletions docs/js/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Interprets markdown text and outputs a JSX equivalent.",
"homepage": "http://yaycmyk.com/markdown-to-jsx/",
"license": "MIT",
"version": "3.1.1",
"version": "4.0.0-beta",
"engines": {
"node": ">= 4"
},
Expand Down

0 comments on commit 5645a27

Please sign in to comment.